Skip to content

Node<TNode>.ThisAndPreviousSiblings Property

Definition

Lazily enumerates over this node then the previous siblings, i.e. the children from the same Parent at precedent positional indices in descending index order.

public IEnumerable<TNode> ThisAndPreviousSiblings { get; }

View source

Property Value

IEnumerable<TNode>