Method Remove
Remove(string)
Removes the value with the given currency code and returns the resulting bag.
Declaration
public ImmutableMoneyBag Remove(string currencyCode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | currencyCode |
Returns
| Type | Description |
|---|---|
| ImmutableMoneyBag |
Remove(Currency)
Removes the value with the given currency and returns the resulting bag.
Declaration
public ImmutableMoneyBag Remove(Currency currency)
Parameters
| Type | Name | Description |
|---|---|---|
| Currency | currency |
Returns
| Type | Description |
|---|---|
| ImmutableMoneyBag |