Click or drag to resize

ITreeAdaptorGetChild Method

Get a child 0..n-1 node

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

Parameters

t
Type: SystemObject

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

i
Type: SystemInt32

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

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.GetChild(System.Object,System.Int32)"]

See Also