Add |
Adds an element with the specified key and value to a SortedList object..
|
Clear |
Removes all of the items from the SortedList object.
|
Clone |
Returns a cloned version of this instance.
|
Contains |
Determines whether a SortedList object contains a specific key.
|
ContainsKey |
Determines whether a SortedList object contains a specific key.
|
ContainsValue |
Determines whether a SortedList object contains a specific value.
|
CopyTo |
Copies SortedList elements to a one-dimensional array, starting at the specified index in the array.
|
Equals |
Returns a boolean indicating if the value and this object
instance are the same instance.
|
GetByIndex |
Gets the value at the specified index of a SortedList object.
|
GetEnumerator |
Returns an enumerator that can be used to iterate through the key/value pairs.
|
GetHashCode |
Returns a pseudo-unique number identifying this instance.
|
GetKey |
Returns the key at the specified index in the list.
|
GetKeyList |
Gets the keys in a SortedList object.
|
GetValueList |
Gets the values in a SortedList object.
|
IndexOfKey |
Returns the zero-based index of the specified key in a SortedList object.
|
IndexOfValue |
Returns the zero-based index of the first occurrence of the specified value in a SortedList object.
|
Remove |
Removes the element with the specified key from a SortedList object.
|
RemoveAt |
Removes the element at the specified index of a SortedList object.
|
SetByIndex |
Replaces the value at a specific index in a SortedList object.
|
ToString |
Returns a string representation of this object instance.
|
TrimToSize |
Sets the capacity to the actual number of elements in a SortedList object.
|