Skip to content

Node<TNode>.Ancestors Property

Definition

Lazily enumerates over the ancestors of this node, i.e. the Parent, grandparent, great-grandparent and so on up to the root node.

public IEnumerable<TNode> Ancestors { get; }

Property Value

IEnumerable<TNode>