GenericTree
GenericTree copied to clipboard
Added two methods Root and Depth
Added method Root that returns the root by walking the parent chain upwards Added method Depth that returns the integer depth of the current node from the root. 0=root