This is the default property for this class.
public T this [int index] { get; set; }
- index
- The zero-based index of the element in the current instance to get or set.
The element at the specified index of the current instance.
Type Reason ArgumentOutOfRangeException index < 0.
-or-
index >= System.Collections.Generics.List<T>.Count of the current instance.