TLinkedListNode<T>.Previous Property

Definition

Gets the previous node in the ILinkedList<T> .

Delphi
property Previous

Value

TLinkedListNode<T>

A reference to the previous node in the ILinkedList<T> , or null if the current node is the first element (First) of the ILinkedList<T> .