Click or drag to resize

CommonTreeNodeStreamReplaceChildren Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTreeNodeStream.ReplaceChildren(System.Object,System.Int32,System.Int32,System.Object)"]

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

Parameters

parent
Type: SystemObject

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

startChildIndex
Type: SystemInt32

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

stopChildIndex
Type: SystemInt32

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

t
Type: SystemObject

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

Implements

ITreeNodeStreamReplaceChildren(Object, Int32, Int32, Object)
See Also