Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CuteNode(int)

Declaration

protected CuteNode(
    int index
)

Summary

Contains a node in the CuteML parse tree.

Parameters

intindex The index within the original string where this node starts.

Remarks

Constructor.