Exemple #1
0
 public void ReplaceRange(int index, int count, T[] items)
 {
     inner.ReplaceRange(IntLong.ToLong(index), IntLong.ToLong(count), items);
 }