Initializes a new instance of the MonetaryLimit class

Namespace: Org.BouncyCastle.Asn1.IsisMtt.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public MonetaryLimit(
	string currency,
	int amount,
	int exponent
)
Visual Basic
Public Sub New ( _
	currency As String, _
	amount As Integer, _
	exponent As Integer _
)
Visual C++
public:
MonetaryLimit(
	String^ currency, 
	int amount, 
	int exponent
)

Parameters

currency
Type: System..::..String
amount
Type: System..::..Int32
exponent
Type: System..::..Int32

See Also