Property Item Item[Int32] Look up a list element by index Declaration public readonly T this[int index] { get; } Parameters Type Name Description Int32 index The list index to look up Property Value Type Description T