public <Primitive Object> this[int index] { get; }
Property
Description
Property Name
operator [] or this[]
Description
Gets an item from the collection given its index (0 based index)
Remarks
Throws an exception if the index is out of range