LinkedList<T>::AddBefore Method
.NET Framework (current version)
Adds a new node or value before an existing node in the LinkedList<T>.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddBefore(LinkedListNode<T>^, T) | Adds a new node containing the specified value before the specified existing node in the LinkedList<T>. |
![]() | AddBefore(LinkedListNode<T>^, LinkedListNode<T>^) | Adds the specified new node before the specified existing node in the LinkedList<T>. |
Show:
