[]
Removes the element with the specified key from the ObservableDictionary<TKey, TValue>.
public bool Remove(TKey key)
Type | Name | Description |
---|---|---|
TKey | key | The key of the element to remove. |
Type | Description |
---|---|
bool | true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original ObservableDictionary<TKey, TValue>. |