deep clones node without root parent set
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
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
- include_children (Optional)
- Type: System.Boolean
[Missing documentation for "M:NSS.Blast.Compiler.node.DeepClone(System.Boolean)"]
Type: node
[Missing documentation for "M:NSS.Blast.Compiler.node.DeepClone(System.Boolean)"]