Method | Description | |
---|---|---|
RegularExpressionJsonToken ( string lexeme, BsonRegularExpression value ) : System |
Initializes a new instance of the RegularExpressionJsonToken class.
|
public RegularExpressionJsonToken ( string lexeme, BsonRegularExpression value ) : System | ||
lexeme | string | The lexeme. |
value | BsonRegularExpression | The BsonRegularExpression value. |
return | System |