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>::AddFirst Method
.NET Framework (current version)
Adds a new node or value at the start of the LinkedList<T>.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddFirst(T) | Adds a new node containing the specified value at the start of the LinkedList<T>. |
![]() | AddFirst(LinkedListNode<T>^) | Adds the specified new node at the start of the LinkedList<T>. |
Show:
