Method Remove
Remove(string)
Removes the value with the given currency code.
Declaration
bool Remove(string currencyCode)
Parameters
Type | Name | Description |
---|---|---|
string | currencyCode |
Returns
Type | Description |
---|---|
bool |
Remove(Currency)
Removes the value with the given currency.
Declaration
bool Remove(Currency currency)
Parameters
Type | Name | Description |
---|---|---|
Currency | currency |
Returns
Type | Description |
---|---|
bool |