Skip to content

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; }

View source

Property Value

TNode