[]
Represents a string literal node in the syntax tree.
public class TextNode : ConstNode, ICloneable
Public Class TextNode
Inherits ConstNode
Implements ICloneable
Name | Description |
---|---|
TextNode(string) |
Name | Description |
---|---|
Value | The text of this node.
The value can't be null ( |