메소드 |
설명 |
|
Add ( Object key, Object value ) : void |
|
|
Add ( object key, object value ) : void |
|
|
Clear ( ) : void |
|
|
Clone ( ) : Object |
|
|
Clone ( ) : object |
|
|
Contains ( Object key ) : bool |
|
|
Contains ( object key ) : bool |
|
|
ContainsKey ( Object key ) : bool |
|
|
ContainsKey ( object key ) : bool |
|
|
ContainsValue ( Object value ) : bool |
|
|
ContainsValue ( object value ) : bool |
|
|
CopyTo ( Array array, int arrayIndex ) : void |
|
|
CopyTo ( System array, int arrayIndex ) : void |
|
|
GetByIndex ( int index ) : Object |
|
|
GetByIndex ( int index ) : object |
|
|
GetEnumerator ( ) : IDictionaryEnumerator |
|
|
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator |
|
|
GetKey ( int index ) : Object |
|
|
GetKey ( int index ) : object |
|
|
GetKeyList ( ) : IList |
|
|
GetKeyList ( ) : System.Collections.IList |
|
|
GetValueList ( ) : IList |
|
|
GetValueList ( ) : System.Collections.IList |
|
|
IndexOfKey ( Object key ) : int |
|
|
IndexOfKey ( object key ) : int |
|
|
IndexOfValue ( Object value ) : int |
|
|
IndexOfValue ( object value ) : int |
|
|
Remove ( Object key ) : void |
|
|
Remove ( object key ) : void |
|
|
RemoveAt ( int index ) : void |
|
|
SetByIndex ( int index, Object value ) : void |
|
|
SetByIndex ( int index, object value ) : void |
|
|
SortedList ( ) |
|
|
SortedList ( System comparer ) |
|
|
SortedList ( System d, System comparer ) |
|
|
SortedList ( System comparer, int capacity ) |
|
|
SortedList ( int initialCapacity ) |
|
|
SortedList ( ) : System.Diagnostics |
|
|
SortedList ( IComparer comparer ) : System.Diagnostics |
|
|
SortedList ( IComparer comparer, int capacity ) : System.Diagnostics |
|
|
SortedList ( IDictionary d ) : System.Diagnostics |
|
|
SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics |
|
|
SortedList ( int initialCapacity ) : System.Diagnostics |
|
|
Synchronized ( SortedList list ) : SortedList |
|
|
Synchronized ( System list ) : System.Collections.SortedList |
|
|
TrimToSize ( ) : void |
|
|
this ( Object key ) : Object |
|
|
this ( object key ) : object |
|
|