[]
Represents a string literal node in the syntax tree.
public class TextNode : ConstNode, ICloneable
Public Class TextNode Inherits ConstNode Implements ICloneable
Creates a new TextNode from string.
The text of this node. The value can't be null (Nothing).
Nothing