TLinkedListNode<T>.Next Property
Gets the next node in the ILinkedList<T> .
public property Next: TLinkedListNode<T> read GetNext;
Property Value
Type: TLinkedListNode<T>
A reference to the next node in the ILinkedList<T> , or nil if the current node is the last element (Last) of the ILinkedList<T>.