LinkedList<T>.RemoveLast Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the node at the end of the LinkedList<T>.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The LinkedList<T> is empty. |
Show: