Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CuteTag(char?, string, int)

Declaration

public CuteTag(
    char? tag,
    string attribute,
    int index
)

Summary

Constructs a new CuteML parse-tree node that represents a CuteML tag.

Parameters

char?tag The character that constitutes the tag name (e.g. *).
stringattribute The attribute string provided with the tag, or null if none.
intindex The index in the original string where this tag was opened.