Method ElementAt
ElementAt(int)
Gets the reference to the element at the given index.
Declaration
public ref T ElementAt(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index. |
Returns
| Type | Description |
|---|---|
| T | Returns the reference to the element at the index. |