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.
Removes the NextSibling from Parent if it exists.
public TNode? RemoveNextSibling();
TNode
The NextSibling removed or null if there was no next sibling.