Property Item
| Improve this Doc View SourceItem[Int32]
Declaration
public T this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| T |
Implements
System.Collections.Generic.IReadOnlyList<T>.Item[System.Int32]