Table of Contents

Class RegularExpressionJsonToken

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents a regular expression JSON token.

public class RegularExpressionJsonToken : JsonToken
Inheritance
RegularExpressionJsonToken
Inherited Members
Extension Methods

Constructors

RegularExpressionJsonToken(string, BsonRegularExpression)

Initializes a new instance of the RegularExpressionJsonToken class.

public RegularExpressionJsonToken(string lexeme, BsonRegularExpression value)

Parameters

lexeme string

The lexeme.

value BsonRegularExpression

The BsonRegularExpression value.

Properties

RegularExpressionValue

Gets the value of a regular expression token.

public override BsonRegularExpression RegularExpressionValue { get; }

Property Value

BsonRegularExpression