TLinkedList<T>.First Method
Returns the first element of a sequence.
public
function First: T; override;
Return Value
Type: T
The first element in the specified sequence.
Returns the first element of a sequence.
public
function First: T; override;
The first element in the specified sequence.