Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CuteText(string, int)

Declaration

public CuteText(
    string text,
    int index = 0
)

Summary

Represents a node in the CuteML parse tree that corresponds to a piece of text.

Parameters

stringtext The text for this node to contain.
intindex The index in the original string where this text starts.

Remarks

Constructs a new CuteML text node.