Method | Description | |
---|---|---|
Int32JsonToken ( string lexeme, int value ) : System |
Initializes a new instance of the Int32JsonToken class.
|
public Int32JsonToken ( string lexeme, int value ) : System | ||
lexeme | string | The lexeme. |
value | int | The Int32 value. |
return | System |