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.

Properties

RegularExpressionValue

Gets the value of a regular expression token.