Method | 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 | ||
return |
public Compute ( TokenType type, |
||
type | TokenType | |
value | ||
return |
public GetIterator ( ) : ScriptObject>.Enumerator.Dictionary | ||
return | ScriptObject>.Enumerator.Dictionary |
public GetValue ( object key ) : |
||
key | object | |
return |
public ScriptTable ( Script script ) : System | ||
script | Script | |
return | System |
public SetValue ( object key, |
||
key | object | |
value | ||
return | void |