Click or drag to resize

TreeWizardIContextVisitorVisit Method

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

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
void Visit(
	Object t,
	Object parent,
	int childIndex,
	IDictionary<string, Object> labels
)

Parameters

t
Type: SystemObject

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

parent
Type: SystemObject

[Missing <param name="parent"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor.Visit(System.Object,System.Object,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})"]

childIndex
Type: SystemInt32

[Missing <param name="childIndex"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor.Visit(System.Object,System.Object,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})"]

labels
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="labels"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.IContextVisitor.Visit(System.Object,System.Object,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also