TreeWizard Constructor (String) |
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
Syntaxpublic TreeWizard(
string[] tokenNames
)
Public Sub New (
tokenNames As String()
)
Parameters
- tokenNames
- Type: SystemString
[Missing <param name="tokenNames"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.#ctor(System.String[])"]
See Also