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