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; } View source Property Value IEnumerable<TNode>