Exemple #1
0
 public void InsertRange(int index, IEnumerable <T> collection)
 {
     inner.InsertRange(IntLong.ToLong(index), collection);
 }