[]
Inserts an item into the list at the specified index.
public virtual void Insert(int index, object value)
The zero-based index at which value should be inserted.
The object to insert.