Node<TNode>.RemovePreviousSibling Method
Definition
Removes the PreviousSibling from Parent if it exists.
public TNode? RemovePreviousSibling();
Returns
TNode
The PreviousSibling removed or null if there was no previous sibling.
Removes the PreviousSibling from Parent if it exists.
public TNode? RemovePreviousSibling();
TNode
The PreviousSibling removed or null if there was no previous sibling.