void ClosePending(StringBuilder Output)
Close pending actions
string Name
Optional field or type name.
bool TypeDefinition
If construct is part of a type definition.
Abstract base class for list constructs.
Base class for all ASN.1 nodes.
virtual Task ExportCSharp(StringBuilder Output, CSharpExportState State, int Indent, CSharpExportPass Pass)
Exports to C#
Represents a ASN.1 SET construct.
Asn1Set(string Name, bool TypeDef, Asn1Node[] Nodes)
Represents a ASN.1 SET construct.
override async Task ExportCSharp(StringBuilder Output, CSharpExportState State, int Indent, CSharpExportPass Pass)
Exports to C#
override bool ConstructedType
If the type is a constructed type.
CSharpExportPass
Defines different C# export passes.