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