public MonetaryValue(
Iso4217CurrencyCode currency,
int amount,
int exponent
)
Public Sub New (
currency As Iso4217CurrencyCode,
amount As Integer,
exponent As Integer
)
public:
MonetaryValue(
Iso4217CurrencyCode^ currency,
int amount,
int exponent
)
Org.BouncyCastle.Asn1.X509.Qualified.MonetaryValue = function(currency, amount, exponent);