ILinkedList<T>.FindLast Method

Definition

Finds the last node that contains the specified value.

Delphi
function FindLast(const value: T): TLinkedListNode<T>

Parameters

value
T

The value to locate in the ILinkedList<T> .

Returns

TLinkedListNode<T>

The last TLinkedListNode<T> that contains the specified value, if found; otherwise, nil .