C# Class MongoDB.Bson.IO.Int64JsonToken

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

Méthodes publiques

Méthode Description
Int64JsonToken ( string lexeme, long value ) : System

Initializes a new instance of the Int64JsonToken class.

Method Details

Int64JsonToken() public méthode

Initializes a new instance of the Int64JsonToken class.
public Int64JsonToken ( string lexeme, long value ) : System
lexeme string The lexeme.
value long The Int64 value.
Résultat System