[]
Removes the element with the specified key from the ObservableSortedDictionary<TKey, TValue>.
public bool Remove(TKey key)
Public Function Remove(key As TKey) As Boolean
Type | Name | Description |
---|---|---|
TKey | key | The key of the element to remove. |
Type | Description |
---|---|
bool |