| TypedSortedListEx TKey , TValue Remove Method | 
 Overload List
Overload List
 
| Name | Description | |
|---|---|---|
|   | 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.
 | 
 See Also
See Also