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;
Type Parameters
| Name | Description |
|---|---|
TAncestor |
The type of ancestors to return. |