Click or drag to resize

BaseTreeChildren Property

Get the children internal List; note that if you directly mess with the list, do so at your own risk.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual IList<ITree> Children { get; }

Property Value

Type: IListITree
See Also