Method TreeBase-1.Remove Overload Removes this node from its parent. public void Remove() Remarks After removing, the TreeBase<T>.Parent property is null. Does nothing if Parent is null.