Click or drag to resize

TreeVisitorVisit Method (Object, FuncObject, Object, FuncObject, Object)

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

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public Object Visit(
	Object t,
	Func<Object, Object> preAction,
	Func<Object, Object> postAction
)

Parameters

t
Type: SystemObject

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

preAction
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.MiscFuncObject, Object

[Missing <param name="preAction"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeVisitor.Visit(System.Object,Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.Func{System.Object,System.Object},Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.Func{System.Object,System.Object})"]

postAction
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.MiscFuncObject, Object

[Missing <param name="postAction"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeVisitor.Visit(System.Object,Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.Func{System.Object,System.Object},Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.Func{System.Object,System.Object})"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeVisitor.Visit(System.Object,Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.Func{System.Object,System.Object},Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.Func{System.Object,System.Object})"]

See Also