Property IList<TValue>.this IList<TValue>.this[int] Gets the element at the specified index. Declaration TValue IList<TValue>.this[int index] { get; set; } Parameters Type Name Description int index Returns Type Description TValue Implements IList<T>.this[int]