Property this this[int] Returns the element at index. Declaration public T this[int index] { get; } Parameters Type Name Description int index The index. Property Value Type Description T Implements IReadOnlyList<T>.this[int]