Declaration
public EggsTag(
char? tag,
int index
)
Summary
Constructs a new EggsML parse-tree node that represents an EggsML tag.
Parameters
char? | tag |
The character used to open the tag (e.g. '['). |
int | index |
The index in the original string where this tag was opened. |