Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    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
    Type Name Description
    MonetaryValue value
    Returns
    Type Description
    IImmutableMoneyBag
    Implements
    IImmutableMoneyBag.Add(MonetaryValue)
    Remarks

    Default values that are not associated with any currency are ignored.

    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
    Type Name Description
    decimal amount
    string currencyCode
    Returns
    Type Description
    IImmutableMoneyBag
    Implements
    IImmutableMoneyBag.Add(decimal, string)

    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
    Type Name Description
    decimal amount
    Currency currency
    Returns
    Type Description
    IImmutableMoneyBag
    Implements
    IImmutableMoneyBag.Add(decimal, Currency)
    © Singulink. All rights reserved.