Property Item
Item[Int32]
Gets or sets the specified element in the collection
Declaration
T this[int index] { get; set; }
Parameters
T this[int index] { get; set; }
Int32 | index | index of the element in the collection |
Property Value
T | The element in the collection |