Skip to content

Node<TNode>.NextSiblings Property

Definition

Lazily enumerates over the next siblings, i.e. the children from the same Parent at subsequent positional indices in ascending index order.

public IEnumerable<TNode> NextSiblings { get; }

View source

Property Value

IEnumerable<TNode>