[]
Gets or sets a specific T object in the ItemCollection<T> by position.
T
public T this[int index] { get; set; }
A zero-based int index of the T to return or set.
A T object at the specified position.