Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LinkedList<T>::AddAfter Method

 

Adds a new node or value after an existing node in the LinkedList<T>.

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAddAfter(LinkedListNode<T>^, T)

Adds a new node containing the specified value after the specified existing node in the LinkedList<T>.

System_CAPS_pubmethodAddAfter(LinkedListNode<T>^, LinkedListNode<T>^)

Adds the specified new node after the specified existing node in the LinkedList<T>.

Return to top
Show:
© 2017 Microsoft