Esempio n. 1
0
 public void Insert(int index, string item)
 {
     _coll.Insert(index, item);
 }