Represents an ASN.1 document.
static async Task< Asn1Document > FromFile(string FileName, string[] ImportFolders)
Read from file.
Represents one import instruction.
Asn1Import(string[] Identifiers, string Module, Asn1Document Document)
Represents one import instruction.
async Task< Asn1Document > LoadDocument()
Loads the ASN.1 document to import.
Base class for all ASN.1 nodes.