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