Method ElementAt
ElementAt(int)
Returns a reference to the element at a given index.
Declaration
public ref T* ElementAt(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index to access. Must be in the range of [0..Length). |
Returns
Type | Description |
---|---|
T* | A reference to the element at the index. |