ILinkedList<T>.Last Property

Gets the last node of the ILinkedList<T> .

Namespace: Spring.Collections
public
 property Last: TLinkedListNode<T> read GetLast;

Property Value

Type: TLinkedListNode<T>