ILinkedList<T>.AddFirst(TLinkedListNode<T>) Method

Adds the specified new node at the start of the ILinkedList<T> .

Namespace: Spring.Collections
public
 procedure AddFirst(const node: TLinkedListNode<T>); overload;

Parameters

node
Type: TLinkedListNode<T>

The new TLinkedListNode<T> to add at the start of the ILinkedList<T> .