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:
