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