Initializes a new instance of the DerNull class

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

Syntax

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

Parameters

dummy
Type: System..::..Int32

See Also