Skip to content

Node<TNode>.PreviousSiblings Property

Definition

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

public IEnumerable<TNode> PreviousSiblings { get; }

Property Value

IEnumerable<TNode>