Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EggsTag(IEnumerable<EggsNode>)

Declaration

public EggsTag(
    IEnumerable<EggsNode> nodes
)

Summary

Constructs a new top-level EggsML parse-tree node containing the specified sub-nodes.

Parameters

IEnumerable<EggsNode>nodes The sub-nodes contained in the root node.