PegNodeCloneSubTrees Method |
Clones the child and sibling subtrees into the specified node.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CloneSubTrees(
PegNode clone
)
Parameters
- clone PegNode
- The node that receives the cloned subtrees.
See Also