Open sandboxFocus

Property this

this[int]

Gets a specified element of the array.

Declaration
public T this[int index] { get; }
Parameters
Type Name Description
int index

The element position.

Property Value
Type Description
T

The element at position index.