Method GetUnchecked
GetUnchecked(in int)
Get an item from the list.
Safety: index must be inside the bounds of the list.
Declaration
public ref T GetUnchecked(in int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item to get. |
Returns
| Type | Description |
|---|---|
| T | A reference to the item. |