C# Class MongoDB.Bson.IO.JsonToken

Represents a JSON token.
Mostrar archivo Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
JsonToken ( JsonTokenType type, string lexeme ) : System

Initializes a new instance of the JsonToken class.

Method Details

JsonToken() public method

Initializes a new instance of the JsonToken class.
public JsonToken ( JsonTokenType type, string lexeme ) : System
type JsonTokenType The token type.
lexeme string The lexeme.
return System