Method TreeBase-1.AncestorsFromRoot
Overload
Gets ancestor nodes. The order is from the root node towards this node.
public T[] AncestorsFromRoot(bool andSelf = false, bool noRoot = false)
Parameters
andSelf (bool)
Include this node. Default |
noRoot (bool)
Don't include TreeBase<T>.RootAncestor. |
Returns
T[] |