Property this this[int] Accessor. Declaration public T this[int index] { get; set; } Parameters Type Name Description int index Item index. Property Value Type Description T The item at the provided index. Implements IList<T>.this[int]