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

Removes the specified node from the ILinkedList<T> .

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

Parameters

node
Type: TLinkedListNode<T>

The TLinkedListNode<T> to remove from the ILinkedList<T> .

Implements

ILinkedList<T>.Remove(TLinkedListNode<T>)