C# Class MongoDB.Bson.IO.StringJsonToken

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

Méthodes publiques

Méthode Description
StringJsonToken ( JsonTokenType type, string lexeme, string value ) : System

Initializes a new instance of the StringJsonToken class.

Method Details

StringJsonToken() public méthode

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.
Résultat System