Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
GetStorage ( ) : |
public Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
key | object | |
value | object | |
Результат | void |
public Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
Результат | void |
public Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool | ||
storage | IronPython.Runtime.DictionaryStorage | |
key | object | |
Результат | bool |
public TryGetValue ( object key, object &value ) : bool | ||
key | object | |
value | object | |
Результат | bool |