Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Method Add

    Add(MonetaryValue)

    Adds the specified value to this bag and returns the resulting bag.

    Declaration
    IImmutableMoneyBag Add(MonetaryValue value)
    Parameters
    Type Name Description
    MonetaryValue value
    Returns
    Type Description
    IImmutableMoneyBag
    Remarks

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

    Add(decimal, string)

    Adds the specified currency and amount to this bag and returns the resulting bag.

    Declaration
    IImmutableMoneyBag Add(decimal amount, string currencyCode)
    Parameters
    Type Name Description
    decimal amount
    string currencyCode
    Returns
    Type Description
    IImmutableMoneyBag

    Add(decimal, Currency)

    Adds the specified currency and amount to this bag and returns the resulting bag.

    Declaration
    IImmutableMoneyBag Add(decimal amount, Currency currency)
    Parameters
    Type Name Description
    decimal amount
    Currency currency
    Returns
    Type Description
    IImmutableMoneyBag
    © Singulink. All rights reserved.