C# Class MongoDB.Bson.IO.RegularExpressionJsonToken

Represents a regular expression JSON token.
Inheritance: JsonToken
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
RegularExpressionJsonToken ( string lexeme, BsonRegularExpression value ) : System

Initializes a new instance of the RegularExpressionJsonToken class.

Method Details

RegularExpressionJsonToken() public méthode

Initializes a new instance of the RegularExpressionJsonToken class.
public RegularExpressionJsonToken ( string lexeme, BsonRegularExpression value ) : System
lexeme string The lexeme.
value BsonRegularExpression The BsonRegularExpression value.
Résultat System