Exemple #1
0
 public void Insert(int index, T item)
 {
     inner.Insert(IntLong.ToLong(index), item);
 }