IReadOnlyList<T> public interface IReadOnlyList<T> : IEnumerable<T>, IEnumerable, IReadOnlyCollection<T> Documentation T this[int index] { get; }