[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TerminalNode

Class TerminalNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents a terminal node in the syntax tree.

public abstract class TerminalNode : SyntaxNode, ICloneable
Inheritance
object
TerminalNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

TerminalNode()

protected TerminalNode()

Properties

Children

The value of this property is always an empty read-only list.

public override sealed IList<SyntaxNode> Children { get; }

Property Value

System.Collections.Generic.IList<T><SyntaxNode>