Represents an ASN.1 document.
Base class for all ASN.1 nodes.
Abstract base class for ASN.1 types.
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#
CSharpExportPass
Defines different C# export passes.