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