Méthode | Description | |
---|---|---|
AssignCompute ( TokenType type, |
||
Clear ( ) : void | ||
Clone ( ) : |
||
Compute ( TokenType type, |
||
Count ( ) : int | ||
GetIterator ( ) : ScriptObject>.Enumerator.Dictionary | ||
GetKeys ( ) : ScriptArray | ||
GetValue ( object key ) : |
||
GetValues ( ) : ScriptArray | ||
HasValue ( object key ) : bool | ||
Remove ( object key ) : void | ||
ScriptTable ( Script script ) : System | ||
SetValue ( object key, |
||
ToJson ( ) : string | ||
ToString ( ) : string |
public AssignCompute ( TokenType type, |
||
type | TokenType | |
value | ||
Résultat |
public Compute ( TokenType type, |
||
type | TokenType | |
value | ||
Résultat |
public GetIterator ( ) : ScriptObject>.Enumerator.Dictionary | ||
Résultat | ScriptObject>.Enumerator.Dictionary |
public GetValue ( object key ) : |
||
key | object | |
Résultat |
public ScriptTable ( Script script ) : System | ||
script | Script | |
Résultat | System |
public SetValue ( object key, |
||
key | object | |
value | ||
Résultat | void |