[]
Gets the element at the specified index in the read-only list.
public override T? this[int index] { get; }
The index.
The item at the specified position.