CommonTree Constructor (CommonTree) |
Initializes a new instance of the
CommonTree class
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic CommonTree(
CommonTree node
)
Public Sub New (
node As CommonTree
)
Parameters
- node
- Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeCommonTree
[Missing <param name="node"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTree.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.CommonTree)"]
See Also