Click or drag to resize

BaseTreeAdaptorSetChild Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTreeAdaptor.SetChild(System.Object,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 SetChild(
	Object t,
	int i,
	Object child
)

Parameters

t
Type: SystemObject

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

i
Type: SystemInt32

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

child
Type: SystemObject

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

Implements

ITreeAdaptorSetChild(Object, Int32, Object)
See Also