{026CC6D7-34B2-33D5-B551-CA31EB6CE345}
System.Collections.SortedList
Registry
{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}
InprocServer32
C:\Windows\System32\mscoree.dll
- Assembly:
mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Class:
System.Collections.SortedList - ThreadingModel:
Both
ProgId
System.Collections.SortedList
Instance
- Type:
SortedList
Methods
- Add:
void Add(System.Object key, System.Object value), void IDictionary.Add(System.Object key, System.Object value) - get_Capacity:
int get_Capacity() - set_Capacity:
void set_Capacity(int value) - get_Count:
int get_Count(), int ICollection.get_Count() - get_Keys:
System.Collections.ICollection get_Keys(), System.Collections.ICollection IDictionary.get_Keys() - get_Values:
System.Collections.ICollection get_Values(), System.Collections.ICollection IDictionary.get_Values() - get_IsReadOnly:
bool get_IsReadOnly(), bool IDictionary.get_IsReadOnly() - get_IsFixedSize:
bool get_IsFixedSize(), bool IDictionary.get_IsFixedSize() - get_IsSynchronized:
bool get_IsSynchronized(), bool ICollection.get_IsSynchronized() - get_SyncRoot:
System.Object get_SyncRoot(), System.Object ICollection.get_SyncRoot() - Clear:
void Clear(), void IDictionary.Clear() - Clone:
System.Object Clone(), System.Object ICloneable.Clone() - Contains:
bool Contains(System.Object key), bool IDictionary.Contains(System.Object key) - ContainsKey:
bool ContainsKey(System.Object key) - ContainsValue:
bool ContainsValue(System.Object value) - CopyTo:
void CopyTo(array array, int arrayIndex), void ICollection.CopyTo(array array, int index) - GetByIndex:
System.Object GetByIndex(int index) - GetEnumerator:
System.Collections.IDictionaryEnumerator GetEnumerator(), System.Collections.IDictionaryEnumerator IDictionary.GetEnumerator(), System.Collections.IEnumerator IEnumerable.GetEnumerator() - GetKey:
System.Object GetKey(int index) - GetKeyList:
System.Collections.IList GetKeyList() - GetValueList:
System.Collections.IList GetValueList() - get_Item:
System.Object get_Item(System.Object key), System.Object IDictionary.get_Item(System.Object key) - set_Item:
void set_Item(System.Object key, System.Object value), void IDictionary.set_Item(System.Object key, System.Object value) - IndexOfKey:
int IndexOfKey(System.Object key) - IndexOfValue:
int IndexOfValue(System.Object value) - RemoveAt:
void RemoveAt(int index) - Remove:
void Remove(System.Object key), void IDictionary.Remove(System.Object key) - SetByIndex:
void SetByIndex(int index, System.Object value) - TrimToSize:
void TrimToSize()
Properties
- Capacity:
int Capacity {get;set;} - Count:
int Count {get;} - Keys:
System.Collections.ICollection Keys {get;} - Values:
System.Collections.ICollection Values {get;} - IsReadOnly:
bool IsReadOnly {get;} - IsFixedSize:
bool IsFixedSize {get;} - IsSynchronized:
bool IsSynchronized {get;} - SyncRoot:
System.Object SyncRoot {get;}
MIT License. Copyright (c) 2021 Strontic.