Method ICollection<TKey>.Remove
ICollection<TKey>.Remove(TKey)
Not supported.
Declaration
bool ICollection<TKey>.Remove(TKey item)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | item |
Returns
| Type | Description |
|---|---|
| bool |
Implements
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | This operation is not supported. |