TLinkedListNode<T>.Next Property

Definition

Gets the next node in the ILinkedList<T> .

Delphi
property Next

Value

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> .