Add (inherited from SortedList) |
Adds an element with the specified key and value into the SortedList. |
Clear (inherited from SortedList) |
Removes all elements from the SortedList. |
Clone (inherited from SortedList) |
Creates a shallow copy of the SortedList. |
Contains (inherited from SortedList) |
Determines if the SortedList contains a specific key. |
ContainsKey (inherited from SortedList) |
Determines if the SortedList contains a specific key. |
ContainsValue (inherited from SortedList) |
Determines if the SortedList contains a specific value. |
CopyTo (inherited from SortedList) |
Copies the SortedList values into a one-dimensional Array instance at the specified index. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetByIndex (inherited from SortedList) |
Retrieves the value at the specified index of the SortedList. |
GetEnumerator (inherited from SortedList) |
Returns an enumerator which can be used to iterate through the SortedList. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetKey (inherited from SortedList) |
Retrieves the key at the specified index of the SortedList. |
GetKeyList (inherited from SortedList) |
Gets the keys in the SortedList. |
GetType (inherited from Object) |
Gets the Type of the Object. |
GetValueList (inherited from SortedList) |
Gets the values in the SortedList. |
IndexOfKey (inherited from SortedList) |
Returns the index of the specified key in the SortedList. |
IndexOfValue (inherited from SortedList) |
Returns the index of the first occurrence of the specified value in the SortedList. |
Remove (inherited from SortedList) |
Removes the element with the specified key from SortedList. |
RemoveAt (inherited from SortedList) |
Removes the element at the specified index of SortedList. |
SetByIndex (inherited from SortedList) |
Saves the value at a specific index in the SortedList. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
TrimToSize (inherited from SortedList) |
Sets the capacity to the actual number of elements in the SortedList. |