Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / SyntaxNode Class / Children Property
In This Topic
    Children Property (SyntaxNode)
    In This Topic
    Gets children of a non-terminal node. Elements are not nullable.
    Syntax
    public abstract System.Collections.Generic.IList<SyntaxNode> Children {get;}
    See Also