Method RemoveFirst
RemoveFirst()
Remove one item from the front of the list. NoSuchItemException if this list is empty.
Declaration
T RemoveFirst()
Returns
Type | Description |
---|---|
T | The removed item. |
Remove one item from the front of the list. NoSuchItemException if this list is empty.
T RemoveFirst()
Type | Description |
---|---|
T | The removed item. |