Метод | Описание | |
---|---|---|
Add ( Object key, Object value ) : void | ||
Clear ( ) : void | ||
Clone ( ) : Object | ||
Contains ( Object key ) : bool | ||
ContainsKey ( Object key ) : bool | ||
ContainsValue ( Object key ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IDictionaryEnumerator | ||
GetKeyList ( ) : IList | ||
GetValueList ( ) : IList | ||
IndexOfKey ( Object key ) : int | ||
Remove ( Object key ) : void | ||
TrimToSize ( ) : void | ||
this ( Object key ) : Object |
Метод | Описание | |
---|---|---|
GetByIndex ( int index ) : Object | ||
GetKey ( int index ) : Object | ||
IndexOfValue ( Object value ) : int | ||
RemoveAt ( int index ) : void | ||
SetByIndex ( int index, Object value ) : void | ||
SyncSortedList ( |
||
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[] |
public Add ( Object key, Object value ) : void | ||
key | Object | |
value | Object | |
Результат | void |
public ContainsValue ( Object key ) : bool | ||
key | Object | |
Результат | bool |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
Результат | IDictionaryEnumerator |