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