ILinkedList<T>.Remove Method
Overloads
| Remove(TLinkedListNode<T>) |
Removes the specified node from the ILinkedList<T> . |
Removes the specified node from the ILinkedList<T> .
Delphi
procedure Remove(const node: TLinkedListNode<T>)
Parameters
- node
- TLinkedListNode<T>
The TLinkedListNode<T> to remove from the ILinkedList<T> .
Exceptions
node is nil .
node is not in the current ILinkedList<T>
.