Click or drag to resize

TreeWizardVisit Method (Object, Int32, ActionObject)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Visit(System.Object,System.Int32,System.Action{System.Object})"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public void Visit(
	Object t,
	int ttype,
	Action<Object> action
)

Parameters

t
Type: SystemObject

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

ttype
Type: SystemInt32

[Missing <param name="ttype"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Visit(System.Object,System.Int32,System.Action{System.Object})"]

action
Type: SystemActionObject

[Missing <param name="action"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Visit(System.Object,System.Int32,System.Action{System.Object})"]

See Also