ILinkedList<T>.Last Property
Definition
Gets the last node of the ILinkedList<T> .
Delphi
property Last
Value
TLinkedListNode<T>
The last TLinkedListNode<T> of the ILinkedList<T> .
Gets the last node of the ILinkedList<T> .
property Last
The last TLinkedListNode<T> of the ILinkedList<T> .