[]
Inserts the element at the specified index.
protected virtual void Insert(int index, object obj)
The index of the element.
The element to insert.