TLinkedList<T>.InternalInsertNodeToEmptyList(TLinkedListNode<T>) Method

Represents method InternalInsertNodeToEmptyList(TLinkedListNode<T>).

Namespace: Spring.Collections.LinkedLists
private
 procedure InternalInsertNodeToEmptyList(const newNode: TLinkedListNode<T>);

Parameters

newNode
Type: TLinkedListNode<T>