BaseTreeGetAncestors Method |
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
Syntaxpublic virtual IList<ITree> GetAncestors()
Public Overridable Function GetAncestors As IList(Of ITree)
Return Value
Type:
IListITree[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.GetAncestors"]
Implements
ITreeGetAncestors
See Also