Click or drag to resize

ITreeAdaptorDupNode Method (Object)

Duplicate a single tree node.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
Object DupNode(
	Object treeNode
)

Parameters

treeNode
Type: SystemObject

[Missing <param name="treeNode"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.DupNode(System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeAdaptor.DupNode(System.Object)"]

Remarks
Override if you want another kind of node to be built.
See Also