Method | Description | |
---|---|---|
Add ( string key, object value ) : void | ||
GetAllKeys ( ) : List |
||
GetValue ( string key ) : object | ||
LightWeightDictionary ( ) : System | ||
SetValue ( string key, object value ) : void |
public Add ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public SetValue ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |