Method | Description | |
---|---|---|
Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void | ||
Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void | ||
Contains ( object key ) : bool | ||
GetItems ( ) : object>>.List |
||
Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool | ||
TryGetValue ( object key, object &value ) : bool |
Method | Description | |
---|---|---|
GetStorage ( ) : |
public Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
key | object | |
value | object | |
return | void |
public Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
return | void |
public Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool | ||
storage | IronPython.Runtime.DictionaryStorage | |
key | object | |
return | bool |
public TryGetValue ( object key, object &value ) : bool | ||
key | object | |
value | object | |
return | bool |