Skip to content

Node<TNode>.ThisAndNextSiblings Property

Definition

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

public IEnumerable<TNode> ThisAndNextSiblings { get; }

View source

Property Value

IEnumerable<TNode>