Method IImmutableMoneyBag.RemoveAll
IImmutableMoneyBag.RemoveAll(IEnumerable<Currency>)
Removes all the values from this bag that match the specified currencies and returns the resulting bag.
Declaration
IImmutableMoneyBag IImmutableMoneyBag.RemoveAll(IEnumerable<Currency> currencies)
Parameters
Returns
Implements
IImmutableMoneyBag.RemoveAll(Func<MonetaryValue, bool>)
Removes all the values from this bag that match the specified predicate and returns the resulting bag.
Declaration
IImmutableMoneyBag IImmutableMoneyBag.RemoveAll(Func<MonetaryValue, bool> predicate)
Parameters
Returns
Implements