Skip to content

Node<TNode>.RemovePreviousSibling Method

Definition

Removes the PreviousSibling from Parent if it exists.

public TNode? RemovePreviousSibling();

View source

Returns

TNode

The PreviousSibling removed or null if there was no previous sibling.