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