Node<TNode>.Root Property
Definition
The root node, i.e. the highest parent above this node. Returns this node if it is the root, i.e. it has no parents.
public TNode Root { get; }
Property Value
TNode
Last modified: 29 January 2025
The root node, i.e. the highest parent above this node. Returns this node if it is the root, i.e. it has no parents.
TNode