C# Class MongoDB.Bson.IO.Int32JsonToken

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

Méthodes publiques

Méthode Description
Int32JsonToken ( string lexeme, int value ) : System

Initializes a new instance of the Int32JsonToken class.

Method Details

Int32JsonToken() public méthode

Initializes a new instance of the Int32JsonToken class.
public Int32JsonToken ( string lexeme, int value ) : System
lexeme string The lexeme.
value int The Int32 value.
Résultat System