Node<TNode>.AddPreviousSibling Method
Definition
Adds the specified node as the PreviousSibling to this node. This and any next siblings will be moved one index to the right to accommodate.
public void AddPreviousSibling(TNode previousSibling);
Parameters
| Name | Type | Description |
|---|---|---|
previousSibling |
TNode |
The node to add. |