| TypedSortedListEx TKey , TValue Methods | 
The TypedSortedListEx TKey, TValue generic type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add(KeyValuePair TKey, TValue ) | 
 Adds the specified key-value pair to the collection.
 | 
|   | Add(Object, Object) | 
 Adds a new entry with the specified key and value to the dictionary.
 | 
|   | Add(TKey, TValue) | 
 Adds an element with the provided key and value to the list.
 | 
|   | Clear | 
 Removes all elements from the collection.
 | 
|   | Clone | 
 Creates a new object that is a copy of the current instance.
 | 
|   | CloneAll | 
 Clone current instance.
 | 
|   | Contains(KeyValuePair TKey, TValue ) | 
 Determines whether the collection contains a specific key-value pair.
 | 
|   | Contains(Object) | 
 Determines whether the collection contains an element with the specified key.
 | 
|   | Contains(TKey) | 
 Determines whether the list contains an element with the specified key.
 | 
|   | ContainsKey | 
 Determines whether the list contains an element with the specified key.
 | 
|   | ContainsValue | 
 Determines whether the list contains the specified value.
 | 
|   | CopyTo(Array, Int32) | 
 Copies all the elements of the SortedListEx to the specified one-dimensional Array
starting at the specified destination Array index.
 | 
|   | CopyTo( KeyValuePair TKey, TValue , Int32) | 
 Copies the elements of the collection to an array, starting at a particular array index.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetByIndex | 
 Gets the value at the specified index of the SortedListEx.
 | 
|   | GetEnumerator | 
 Returns an enumerator that iterates through the dictionary.
 | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetKey | 
 Gets the key at the specified index of the SortedListEx.
 | 
|   | GetKeyList | 
 Gets the keys in the SortedListEx.
 | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | GetValueList | 
 Gets the values in the SortedListEx.
 | 
|   | IndexOfKey | 
 Returns the zero-based index of the specified key.
 | 
|   | IndexOfValue | 
 Returns the zero-based index of the first occurrence of the specified value.
 | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | Remove(KeyValuePair TKey, TValue ) | 
 Removes the specified KeyValuePair from the collection.
 | 
|   | Remove(Object) | 
 Removes the element with the specified key from the collection.
 | 
|   | Remove(TKey) | 
 Removes the element with the specified key from SortedListEx.
 | 
|   | RemoveAt | 
 Removes the element at the specified index.
 | 
|   | SetByIndex | 
 Replaces the value at the specific index.
 | 
|     | Synchronized | 
 Returns a synchronized (thread-safe) wrapper for the SortedList.
 | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
|   | TrimToSize | 
 Sets the capacity to the actual number of elements.
 | 
|   | TryGetValue | 
 Attempts to get the value associated with the specified key.
 | 
 See Also
See Also