Click or drag to resize
JsonToken Constructor
Initializes a new instance of the JsonToken class.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public JsonToken(
	JsonTokenType type,
	string lexeme
)

Parameters

type
Type: MongoDB.Bson.IOJsonTokenType
The token type.
lexeme
Type: SystemString
The lexeme.
See Also