Click or drag to resize

BaseTree Constructor (ITree)

Create a new node from an existing node does nothing for BaseTree as there are no fields other than the children list, which cannot be copied as the children are not considered part of this node.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public BaseTree(
	ITree node
)

Parameters

node
Type: Stimulsoft.Data.Expressions.Antlr.Runtime.TreeITree

[Missing <param name="node"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BaseTree.#ctor(Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITree)"]

See Also