Click or drag to resize

TypedSortedListEx TKey , TValue Remove Method

Overload List
Name Description
Public method Remove(KeyValuePair TKey, TValue )
Removes the specified KeyValuePair from the collection.
Public method Remove(Object)
Removes the element with the specified key from the collection.
Public method Remove(TKey)
Removes the element with the specified key from SortedListEx.
Top
See Also