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