◆ SetParent()

bool SetParent ( Node  newParent)
Parameters
newParentSpecifies the parent this node should be assigned to
Returns
This function will return true if the provided newParent is valid (see summary above), and the SetParent operation and has been completed. False otherwise.

References SerializableTreeBase< T >.Node.children, SerializableTreeBase< T >.Node.Contains(), and SerializableTreeBase< T >.Node.parent.

Referenced by SerializableTreeBase< T >.Node.Node().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: