Click or drag to resize

ITreeGetAncestors 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
Syntax
IList<ITree> GetAncestors()

Return Value

Type: IListITree

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree.GetAncestors"]

See Also