Method Insert
Insert(string, int)
Inserts an item at the specified position.
int Insert(string item, int pos)
Parameters
Returns
- int
The zero-based index of the inserted item.
Inserts an item at the specified position.
int Insert(string item, int pos)
The zero-based index of the inserted item.