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