[]
Inserts an Element at a specified index.
public override void Insert(int index, object value)
Index where the Element will be inserted.
Element to add to the list.