Свойство | Type | Description | |
---|---|---|---|
tokenType | int | ||
value | object |
Méthode | Description | |
---|---|---|
CreateToken ( int tokenType, float value ) : |
||
CreateToken ( int tokenType, int value ) : |
||
CreateToken ( int tokenType, object value ) : |
||
CreateToken ( int tokenType, string value ) : |
||
GetValueString ( ) : string | ||
JSONToken ( int tokenType, object value ) : System | ||
ToString ( ) : string |
public static CreateToken ( int tokenType, float value ) : |
||
tokenType | int | |
value | float | |
Résultat |
public static CreateToken ( int tokenType, int value ) : |
||
tokenType | int | |
value | int | |
Résultat |
public static CreateToken ( int tokenType, object value ) : |
||
tokenType | int | |
value | object | |
Résultat |
public static CreateToken ( int tokenType, string value ) : |
||
tokenType | int | |
value | string | |
Résultat |
public JSONToken ( int tokenType, object value ) : System | ||
tokenType | int | |
value | object | |
Résultat | System |