Click or drag to resize

PegNodeCloneSubTrees Method

Clones the child and sibling subtrees into the specified node.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CloneSubTrees(
	PegNode clone
)

Parameters

clone  PegNode
The node that receives the cloned subtrees.
See Also