Node<TNode>.ThisAndAncestors Property
Definition
Lazily enumerates over this node and its Ancestors, i.e. this node, the Parent, grandparent, great-grandparent and so on up to the root node.
public IEnumerable<TNode> ThisAndAncestors { get; }
Property Value
Last modified: 09 November 2024