Click or drag to resize

ITreeSetChild Method

Set ith child (0..n-1) to t; t must be non-null and non-nil node

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
void SetChild(
	int i,
	ITree t
)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree.SetChild(System.Int32,Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree)"]

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

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

See Also