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