Click or drag to resize

ITreeReplaceChildren Method

Delete children from start to stop and replace with t even if t is a list (nil-root tree). num of children can increase or decrease. For huge child lists, inserting children can force walking rest of children to set their childindex; could be slow.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
void ReplaceChildren(
	int startChildIndex,
	int stopChildIndex,
	Object t
)

Parameters

startChildIndex
Type: SystemInt32

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

stopChildIndex
Type: SystemInt32

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

t
Type: SystemObject

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

See Also