Skip to content

Node<TNode>.RemoveNextSibling Method

Definition

Removes the NextSibling from Parent if it exists.

public TNode? RemoveNextSibling();

View source

Returns

TNode

The NextSibling removed or null if there was no next sibling.