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