TLinkedList<T>.AddLast(T) Method
Adds a new node containing the specified value at the end of the ILinkedList<T> .
public function AddLast(const value: T): TLinkedListNode<T>; overload;
Parameters
- value
- Type: T
The value to add at the end of the ILinkedList<T> .