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