Click or drag to resize

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
Syntax
public virtual void AddChildren(
	IEnumerable<ITree> kids
)

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