Initializes a new instance of the Asn1Set class

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

Syntax

C#
protected internal Asn1Set(
	int capacity
)
Visual Basic
Protected Friend Sub New ( _
	capacity As Integer _
)
Visual C++
protected public:
Asn1Set(
	int capacity
)

Parameters

capacity
Type: System..::..Int32

See Also