Method RemoveItem
RemoveItem(TKey)
Removes the value with the specific key from the underlying dictionary.
Declaration
protected virtual bool RemoveItem(TKey key)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | The key of the element to remove. |
Returns
Type | Description |
---|---|
Boolean |
|