메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public Clear ( IronPython.Runtime.DictionaryStorage &storage ) : void | ||
storage | IronPython.Runtime.DictionaryStorage | |
리턴 | void |
public Clone ( ) : IronPython.Runtime.DictionaryStorage | ||
리턴 | IronPython.Runtime.DictionaryStorage |
public ConstantDictionaryStorage ( |
||
storage | ||
리턴 | System |
public CreateExpression ( ) : |
||
리턴 |
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 |