Exemple #1
0
 public void InsertRangeDefault(int index, int count)
 {
     inner.InsertRangeDefault(IntLong.ToLong(index), IntLong.ToLong(count));
 }