Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EggsTag(char?, IEnumerable<EggsNode>)

Declaration

public EggsTag(
    char? tag,
    IEnumerable<EggsNode> nodes
)

Summary

Constructs a new EggsML parse-tree node that represents an EggsML tag containing the specified sub-nodes.

Parameters

char?tag The character used to open the tag (e.g. '[').
IEnumerable<EggsNode>nodes The sub-nodes contained in the root node.