ILinkedList<T>.First Property
Definition
Gets the first node of the ILinkedList<T> .
Delphi
property First
Value
TLinkedListNode<T>
The first TLinkedListNode<T> of the ILinkedList<T> .
Gets the first node of the ILinkedList<T> .
property First
The first TLinkedListNode<T> of the ILinkedList<T> .