Метод | Описание | |
---|---|---|
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 Add ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
Результат | void |
public Add ( string key, object value ) : void | ||
key | string | |
value | object | |
Результат | void |
public Contains ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
Результат | bool |
public CopyTo ( object>.KeyValuePair |
||
array | object>.KeyValuePair | |
arrayIndex | int | |
Результат | void |
public GetEnumerator ( ) : object>>.IEnumerator |
||
Результат | object>>.IEnumerator |
public Remove ( object>.KeyValuePair |
||
item | object>.KeyValuePair | |
Результат | bool |
public TryGetValue ( string key, object &value ) : bool | ||
key | string | |
value | object | |
Результат | bool |