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
Syntaxpublic virtual IList<ITree> Children { get; }Public Overridable ReadOnly Property Children As IList(Of ITree)
	Get
Property Value
Type: 
IListITree
See Also