Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.35 KB

f77fcc47-7e9b-3ef5-7d6b-824deb64d1d3.md

File metadata and controls

54 lines (39 loc) · 1.35 KB

node.DeepClone Method

deep clones node without root parent set

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public node DeepClone(
	bool include_children = true
)

VB

Public Function DeepClone ( 
	Optional include_children As Boolean = true
) As node

C++

public:
node^ DeepClone(
	bool include_children = true
)

F#

member DeepClone : 
        ?include_children : bool 
(* Defaults:
        let _include_children = defaultArg include_children true
*)
-> node 

Parameters

 

include_children (Optional)
Type: System.Boolean
[Missing documentation for "M:NSS.Blast.Compiler.node.DeepClone(System.Boolean)"]

Return Value

Type: node
[Missing documentation for "M:NSS.Blast.Compiler.node.DeepClone(System.Boolean)"]

See Also

Reference

node Class
NSS.Blast.Compiler Namespace