Node<TNode>.RemoveNextSibling Method
Definition
Removes the NextSibling from Parent if it exists.
public TNode? RemoveNextSibling();
Returns
TNode
The NextSibling removed or null if there was no next sibling.
Last modified: 10 March 2026
Removes the NextSibling from Parent if it exists.
TNode
The NextSibling removed or null if there was no next sibling.