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