Click or drag to resize

BaseTreeAddChild Method

Add t as child 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 AddChild(
	ITree t
)

Parameters

t
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITree

[Missing <param name="t"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.AddChild(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree)"]

Implements

ITreeAddChild(ITree)
Remarks
Warning: if t has no children, but child does and child isNil then this routine moves children to t via t.children = child.children; i.e., without copying the array.
See Also