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