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