TLinkedList<T>.RemoveFirst Method
Summary
Removes the node at the start of the
ILinkedList<T>
.
Namespace
:
Spring.Collections.LinkedLists
Syntax
Delphi
public procedure RemoveFirst;
Implements
ILinkedList<T>.RemoveFirst
Exceptions
Spring.EInvalidOperationException
The
ILinkedList<T>
is empty.
See Also
Reference
TLinkedList<T>
Spring.Collections.LinkedLists