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
MonetaryValue this[string currencyCode] { get; }
Parameters
Type |
Name |
Description |
string |
currencyCode |
|
Property Value
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
MonetaryValue this[Currency currency] { get; }
Parameters
Property Value