Property this
this[int]
Per-element access.
Declaration
public T this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Property Value
| Type | Description |
|---|---|
| T |
Exceptions
| Type | Condition |
|---|---|
| IndexOutOfRangeException |
Per-element access.
public T this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| T |
| Type | Condition |
|---|---|
| IndexOutOfRangeException |