This is the default property for this class.
public T this [int index] { get; set; }
- index
- The zero-based index of the element to get or set.
The element at the specified index in the current instance.
Type Reason ArgumentOutOfRangeException index is not a valid index in the current instance. NotSupportedException The property is being set and the current instance is read-only.