[]
Inserts a new T into the ItemCollection<T> at the specified location.
T
public void Insert(int index, T item)
A zero-based int index indicating the position at which to insert the T object.
A T object to insert.