Gets the first node of the ILinkedList<T> .
public property First: TLinkedListNode<T> read GetFirst;
The first TLinkedListNode<T> of the ILinkedList<T>.