Méthode | Description | |
---|---|---|
Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void | ||
Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void | ||
Clone ( ) : IronPython.Runtime.DictionaryStorage | ||
ConstantDictionaryStorage ( |
||
Contains ( object key ) : bool | ||
CreateExpression ( ) : |
||
GetItems ( ) : object>>.List |
||
HasNonStringAttributes ( ) : bool | ||
Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool | ||
TryGetValue ( object key, object &value ) : bool |
public Add ( IronPython.Runtime.DictionaryStorage &storage, object key, object value ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
key | object | |
value | object | |
Résultat | void |
public Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
Résultat | void |
public Clone ( ) : IronPython.Runtime.DictionaryStorage | ||
Résultat | IronPython.Runtime.DictionaryStorage |
public ConstantDictionaryStorage ( |
||
storage | ||
Résultat | System |
public CreateExpression ( ) : |
||
Résultat |
public Remove ( IronPython.Runtime.DictionaryStorage &storage, object key ) : bool | ||
storage | IronPython.Runtime.DictionaryStorage | |
key | object | |
Résultat | bool |
public TryGetValue ( object key, object &value ) : bool | ||
key | object | |
value | object | |
Résultat | bool |