Skip to content

Node<TNode>.NextSibling Property

Definition

The next sibling, i.e. the child from the same Parent at the next positional index. Returns null if this node is the last child.

public TNode NextSibling { get; }

View source

Property Value

TNode