Click or drag to resize

ITreeAdaptorSetParent Method

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

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
void SetParent(
	Object t,
	Object parent
)

Parameters

t
Type: SystemObject

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

parent
Type: SystemObject

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

See Also