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