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

Represents method ValidateNewNode(TLinkedListNode<T>).

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

Parameters

node
Type: TLinkedListNode<T>