Example #1
0
 public void InsertRange(long index, IHugeListLong <T> items, long offset, long count)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void AddRange(IHugeListLong <T> collection)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public AdaptHugeListToHugeListLong(IHugeListLong <T> inner)
 {
     this.inner = inner;
 }