Property Last
Last
Declaration
T Last { get; }
Property Value
Type | Description |
---|---|
T | The last item in this list. |
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if this list is empty. |
T Last { get; }
Type | Description |
---|---|
T | The last item in this list. |
Type | Condition |
---|---|
NoSuchItemException | if this list is empty. |