Property Item
Item[Int32]
On this list, this indexer is read/write.
Declaration
T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the item to fetch or store. |
Property Value
Type | Description |
---|---|
T | The index'th item of this list. |