Return a list of all ancestors of this node. The first node of
list is the root and the last is the parent of this node.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
SyntaxIList<ITree> GetAncestors()
Function GetAncestors As IList(Of ITree)
Return Value
Type:
IListITree[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree.GetAncestors"]
See Also