Represents an ASN.1 document.
Represents an ASN.1 field value definition.
Asn1FieldValueDefinition(string FieldName, Asn1Type Type, Asn1Value Value, Asn1Document Document)
Represents an ASN.1 field value definition.
Asn1Document Document
ASN.1 Document in where the value is defined.
override async Task ExportCSharp(StringBuilder Output, CSharpExportState State, int Indent, CSharpExportPass Pass)
Exports to C#
Base class for all ASN.1 nodes.
Abstract base class for ASN.1 types.
Abstract base class for values.
CSharpExportPass
Defines different C# export passes.