C# Class MongoDB.Bson.IO.StringJsonToken

Represents a String JSON token.
Inheritance: JsonToken
显示文件 Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
StringJsonToken ( JsonTokenType type, string lexeme, string value ) : System

Initializes a new instance of the StringJsonToken class.

Method Details

StringJsonToken() public method

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