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