Represents an ASN.1 document.
Base class for all ASN.1 nodes.
Abstract base class for ASN.1 types.
OBJECT IDENTIFIER, or RELATIVE-OID
override Asn1Node Parse(Asn1Document Document, Asn1Macro Macro)
Parses the portion of the document at the current position, according to the type.
override Task ExportCSharp(StringBuilder Output, CSharpExportState State, int Indent, CSharpExportPass Pass)
Exports to C#
bool Relative
If it is a relative object ID.
Asn1ObjectIdentifier(bool Relative)
OBJECT IDENTIFIER, or RELATIVE-OID
CSharpExportPass
Defines different C# export passes.