Click or drag to resize

ITreeAddChild Method

Add t as a child to this node. If t is null, do nothing. If t is nil, add all children of t to this' children.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
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.ITree.AddChild(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree)"]

See Also