◆ RemoveNode()

bool RemoveNode ( Node  nodeToRemove)
Parameters
nodeToRemoveSpecifies the Node that will be removed from the tree.
Returns
This function will fail, and return false, if the provided Node is null, or is the root element. Otherwise returns true.

References SerializableTreeBase< T >.Node.children, SerializableTreeBase< T >.Node.openForInspection, and SerializableTreeBase< T >.Node.parent.