Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EggsTag(char?, int)

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. '[').
intindex The index in the original string where this tag was opened.