[]
Represents a terminal node in the syntax tree.
public abstract class TerminalNode : SyntaxNode, ICloneable
protected TerminalNode()
The value of this property is always an empty read-only list.
public override sealed IList<SyntaxNode> Children { get; }