LinkedList(Of T).RemoveFirst 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 start of the LinkedList(Of T).
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The LinkedList(Of T) is empty. |
Show: