Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
Результат | void |
public ContainsValue ( Object value ) : bool | ||
value | Object | |
Результат | bool |
public ContainsValue ( object value ) : bool | ||
value | object | |
Результат | bool |
public CopyTo ( |
||
array | ||
arrayIndex | int | |
Результат | void |
public CopyTo ( System array, int arrayIndex ) : void | ||
array | System | |
arrayIndex | int | |
Результат | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
Результат | IDictionaryEnumerator |
public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
Результат | System.Collections.IDictionaryEnumerator |
public GetKeyList ( ) : System.Collections.IList | ||
Результат | System.Collections.IList |
public GetValueList ( ) : System.Collections.IList | ||
Результат | System.Collections.IList |
public IndexOfValue ( Object value ) : int | ||
value | Object | |
Результат | int |
public IndexOfValue ( object value ) : int | ||
value | object | |
Результат | int |
public SetByIndex ( int index, Object value ) : void | ||
index | int | |
value | Object | |
Результат | void |
public SetByIndex ( int index, object value ) : void | ||
index | int | |
value | object | |
Результат | void |
public SortedList ( System d, System comparer ) | ||
d | System | |
comparer | System |
public SortedList ( System comparer, int capacity ) | ||
comparer | System | |
capacity | int |
public SortedList ( ) : System.Diagnostics | ||
Результат | System.Diagnostics |
public SortedList ( IComparer comparer ) : System.Diagnostics | ||
comparer | IComparer | |
Результат | System.Diagnostics |
public SortedList ( IComparer comparer, int capacity ) : System.Diagnostics | ||
comparer | IComparer | |
capacity | int | |
Результат | System.Diagnostics |
public SortedList ( IDictionary d ) : System.Diagnostics | ||
d | IDictionary | |
Результат | System.Diagnostics |
public SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics | ||
d | IDictionary | |
comparer | IComparer | |
Результат | System.Diagnostics |
public SortedList ( int initialCapacity ) : System.Diagnostics | ||
initialCapacity | int | |
Результат | System.Diagnostics |
public static Synchronized ( |
||
list | ||
Результат |
public static Synchronized ( System list ) : System.Collections.SortedList | ||
list | System | |
Результат | System.Collections.SortedList |