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