Skip to content

Node<TNode>.AncestorsOfType Method

Definition

Lazily enumerates over this node and its Ancestors, returning only ancestors of the specified type.

public IEnumerable<TAncestor> AncestorsOfType<TAncestor>()
   where TAncestor : TNode;

View source

Type Parameters

Name Description
TAncestor The type of ancestors to return.

Returns

IEnumerable<TAncestor>