Click or drag to resize

TreeWizard Constructor (ITreeAdaptor, IDictionaryString, Int32)

Initializes a new instance of the TreeWizard class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public TreeWizard(
	ITreeAdaptor adaptor,
	IDictionary<string, int> tokenNameToTypeMap
)

Parameters

adaptor
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITreeAdaptor

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

tokenNameToTypeMap
Type: System.Collections.GenericIDictionaryString, Int32

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

See Also