Property this this[int] Gets or sets the item at the specified index. Declaration public TValue this[int index] { get; set; } Parameters Type Name Description int index Property Value Type Description TValue Implements IList<T>.this[int]