65 await this.type.ExportCSharp(Output, State, Indent, Pass);
72 await this.type.Default.ExportCSharp(Output, State, Indent, Pass);
78 await this.type.ExportCSharp(Output, State, Indent, Pass);
Represents an ASN.1 field definition.
override async Task ExportCSharp(StringBuilder Output, CSharpExportState State, int Indent, CSharpExportPass Pass)
Exports to C#
Asn1FieldDefinition(string FieldName, int? Tag, Asn1Type Type)
Represents an ASN.1 field definition.
Base class for all ASN.1 nodes.
Abstract base class for ASN.1 types.
CSharpExportPass
Defines different C# export passes.