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 |
Gets a specified element of the array.
public T this[int index] { get; }| Type | Name | Description |
|---|---|---|
| int | index | The element position. |
| Type | Description |
|---|---|
| T | The element at position |