Method | Description | |
---|---|---|
Int64JsonToken ( string lexeme, long value ) : System |
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 |