Initializes a new instance of the BerTaggedObject class

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

Syntax

C#
public BerTaggedObject(
	int tagNo
)
Visual Basic
Public Sub New ( _
	tagNo As Integer _
)
Visual C++
public:
BerTaggedObject(
	int tagNo
)

Parameters

tagNo
Type: System..::..Int32

See Also