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