Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
UserDefinedItem.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public abstract class UserDefinedItem
11 {
19 public abstract Asn1Node Parse(Asn1Document Document, Asn1Macro Macro);
20 }
21}
Represents an ASN.1 document.
Definition: Asn1Document.cs:21
Base class for all ASN.1 nodes.
Definition: Asn1Node.cs:38
Abstract base class for user-defined parts in macros
abstract Asn1Node Parse(Asn1Document Document, Asn1Macro Macro)
Parses the portion of the document at the current position, according to the instructions available i...