NextSibling

Node.NextSibling property

Gets the node immediately following this node. If there is no such node, this returns null.

public Node NextSibling { get; }

See Also