◆ CopyNode()

bool CopyNode ( Node  sourceNode,
Node  destinationParent 
)
Parameters
sourceNodeSpecifies the node that contains the data, and possible children, that should be copied.
destinationParentThe new copies of the nodes will be added in the tree, as children of this object.
Returns
return false if either parameter is null.

References SerializableTreeBase< T >.Node.dataValue, SerializableTreeBase< T >.Node.GetAllDecendantsList(), SerializableTreeBase< T >.Node.openForInspection, and SerializableTreeBase< T >.Node.parent.

+ Here is the call graph for this function: