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