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