Initializes a new instance of the Asn1Sequence class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected internal Asn1Sequence( int capacity ) |
Visual Basic |
---|
Protected Friend Sub New ( _ capacity As Integer _ ) |
Visual C++ |
---|
protected public: Asn1Sequence( int capacity ) |
Parameters
- capacity
- Type: System..::..Int32