StringCollection.Insert Method
Inserts an element into the collection at the specified index.
Insert(System.Int32 index, System.String item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
System.String item
)
Parameters
The zero-based index at which item should be inserted.
The object to insert.
Platforms
Windows, Linux, Android