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; }
Property Value
Last modified: 22 November 2024