TLinkedList<T>.Last Method
Returns the last element of a sequence.
public
function Last: T; override;
Return Value
Type: T
The value at the last position in the source sequence.
Returns the last element of a sequence.
public
function Last: T; override;
The value at the last position in the source sequence.