Method | Description | |
---|---|---|
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 ( |
||
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 ( |
||
Synchronized ( System list ) : System.Collections.SortedList | ||
TrimToSize ( ) : void | ||
this ( Object key ) : Object | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
EnsureCapacity ( int min ) : void | ||
IEnumerable ( ) : IEnumerator | ||
Init ( ) : void | ||
Insert ( int index, Object key, Object value ) : void | ||
System ( ) : System.Collections.IEnumerator | ||
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[] |
public Add ( Object key, Object value ) : void | ||
key | Object | |
value | Object | |
return | void |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public CopyTo ( |
||
array | ||
arrayIndex | int | |
return | void |
public CopyTo ( System array, int arrayIndex ) : void | ||
array | System | |
arrayIndex | int | |
return | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |
public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
return | System.Collections.IDictionaryEnumerator |
public GetKeyList ( ) : System.Collections.IList | ||
return | System.Collections.IList |
public GetValueList ( ) : System.Collections.IList | ||
return | System.Collections.IList |
public SetByIndex ( int index, Object value ) : void | ||
index | int | |
value | Object | |
return | void |
public SetByIndex ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public SortedList ( System comparer, int capacity ) | ||
comparer | System | |
capacity | int |
public SortedList ( IComparer comparer ) : System.Diagnostics | ||
comparer | IComparer | |
return | System.Diagnostics |
public SortedList ( IComparer comparer, int capacity ) : System.Diagnostics | ||
comparer | IComparer | |
capacity | int | |
return | System.Diagnostics |
public SortedList ( IDictionary d ) : System.Diagnostics | ||
d | IDictionary | |
return | System.Diagnostics |
public SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics | ||
d | IDictionary | |
comparer | IComparer | |
return | System.Diagnostics |
public SortedList ( int initialCapacity ) : System.Diagnostics | ||
initialCapacity | int | |
return | System.Diagnostics |
public static Synchronized ( |
||
list | ||
return |
public static Synchronized ( System list ) : System.Collections.SortedList | ||
list | System | |
return | System.Collections.SortedList |