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