Method |
Description |
|
Add ( object key, object value ) : void |
|
|
Clear ( ) : void |
|
|
Clone ( ) : object |
|
|
Contains ( object key ) : bool |
|
|
ContainsKey ( object key ) : bool |
|
|
ContainsValue ( object value ) : bool |
|
|
CopyTo ( Array array, int arrayIndex ) : void |
|
|
GetByIndex ( int index ) : Object |
|
|
GetEnumerator ( ) : IDictionaryEnumerator |
|
|
GetKey ( int index ) : Object |
|
|
GetKeyList ( ) : IList |
|
|
GetValueList ( ) : IList |
|
|
IndexOfKey ( object key ) : int |
|
|
IndexOfValue ( Object val ) : int |
|
|
Remove ( object key ) : void |
|
|
RemoveAt ( int index ) : void |
|
|
SetByIndex ( int index, object value ) : void |
|
|
SynchedSortedList ( SortedList host ) : System.Globalization |
|
|
TrimToSize ( ) : void |
|
|
this ( object key ) : Object |
|
|