Gets the last node of the ILinkedList<T> .
public property Last: TLinkedListNode<T> read GetLast;
The last TLinkedListNode<T> of the ILinkedList<T>.