Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Property this

    this[string]

    Gets the value this bag contains with the specified currency code. Returns the default monetary value if it does not contain the currency.

    Declaration
    public MonetaryValue this[string currencyCode] { get; }
    Parameters
    Type Name Description
    string currencyCode
    Property Value
    Type Description
    MonetaryValue
    Implements
    IReadOnlyMoneyBag.this[string]

    this[Currency]

    Gets the value this bag contains of the specified currency. Returns the default monetary value if it does not contain the currency.

    Declaration
    public MonetaryValue this[Currency currency] { get; }
    Parameters
    Type Name Description
    Currency currency
    Property Value
    Type Description
    MonetaryValue
    Implements
    IReadOnlyMoneyBag.this[Currency]
    © Singulink. All rights reserved.