Method Add
Add(MonetaryValue)
Adds the specified value to this bag and returns the resulting bag.
Declaration
public ImmutableSortedMoneyBag Add(MonetaryValue value)
Parameters
Returns
Add(decimal, string)
Adds the specified currency and amount to this bag and returns the resulting bag.
Declaration
public ImmutableSortedMoneyBag Add(decimal amount, string currencyCode)
Parameters
Returns
Add(decimal, Currency)
Adds the specified currency and amount to this bag and returns the resulting bag.
Declaration
public ImmutableSortedMoneyBag Add(decimal amount, Currency currency)
Parameters
Returns