ILinkedList<T>.First Property

Gets the first node of the ILinkedList<T> .

Namespace: Spring.Collections
public
 property First: TLinkedListNode<T> read GetFirst;

Property Value

Type: TLinkedListNode<T>