Spring.Base Spring.Collections.LinkedLists TLinkedList<T> AddLast TLinkedList<T>.AddLast Method On this page Overloads AddLast(TLinkedListNode<T>) AddLast(T) Unit: Spring.Collections.LinkedLists Package: Spring.Base Overloads AddLast(TLinkedListNode<T>) AddLast(T) AddLast(TLinkedListNode<T>) Delphi Copy procedure AddLast(const node: TLinkedListNode<T>) Parameters node TLinkedListNode<T> AddLast(T) Delphi Copy function AddLast(const value: T): TLinkedListNode<T> Parameters value T Returns TLinkedListNode<T>