C# Class MongoDB.Bson.IO.Int64JsonToken

Represents an Int64 JSON token.
Inheritance: JsonToken
Datei anzeigen Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
Int64JsonToken ( string lexeme, long value ) : System

Initializes a new instance of the Int64JsonToken class.

Method Details

Int64JsonToken() public method

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