메소드 | 설명 | |
---|---|---|
Add ( object>.KeyValuePair |
||
Add ( string key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object>.KeyValuePair |
||
ContainsKey ( string key ) : bool | ||
CopyTo ( object>.KeyValuePair |
||
GetEnumerator ( ) : object>>.IEnumerator |
||
Remove ( object>.KeyValuePair |
||
Remove ( string key ) : bool | ||
RenderContext ( ) : System | ||
TryGetValue ( string key, object &value ) : bool | ||
this ( string key ) : object |
메소드 | 설명 | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Contains ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
리턴 | bool |
public CopyTo ( object>.KeyValuePair |
||
array | object>.KeyValuePair | |
arrayIndex | int | |
리턴 | void |
public Remove ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
리턴 | bool |
public TryGetValue ( string key, object &value ) : bool | ||
key | string | |
value | object | |
리턴 | bool |