TypedSortedListEx TKey , TValue Remove Method |
| 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.
|