Click or drag to resize

ITreeAdaptorSetType Method

Node constructors can set the type of a node

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

Parameters

t
Type: SystemObject

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

type
Type: SystemInt32

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

See Also