Method ICollection<MonetaryValue>.Remove
ICollection<MonetaryValue>.Remove(MonetaryValue)
Removes the first occurrence of a specific object from the ICollection<T>.
Declaration
bool ICollection<MonetaryValue>.Remove(MonetaryValue item)
Parameters
Type | Name | Description |
---|---|---|
MonetaryValue | item | The object to remove from the ICollection<T>. |
Returns
Type | Description |
---|---|
bool | true if |
Implements
Exceptions
Type | Condition |
---|---|
NotSupportedException | The ICollection<T> is read-only. |