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