BaseTreeAddChildren Method |
Add all elements of kids list as children of this node
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual void AddChildren(
IEnumerable<ITree> kids
)
Public Overridable Sub AddChildren (
kids As IEnumerable(Of ITree)
)
Parameters
- kids
- Type: System.Collections.GenericIEnumerableITree
[Missing <param name="kids"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.AddChildren(System.Collections.Generic.IEnumerable{Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree})"]
See Also