TLinkedListNode<T>.Previous Property
Gets the previous node in the ILinkedList<T> .
public property Previous: TLinkedListNode<T> read GetPrevious;
Property Value
Type: 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> .