6 instantiations of Range
mscorlib (6)
system\collections\arraylist.cs (6)
694
return new
Range
(this,index, count);
1101
return new
Range
(this,index, count);
1816
return new
Range
(this,index, count);
2072
return new
Range
(this,index, count);
2247
Range arrayList = new
Range
(_baseList,_baseIndex,_baseSize);
2342
return new
Range
(this, index, count);
1 reference to Range
mscorlib (1)
system\collections\arraylist.cs (1)
2247
Range
arrayList = new Range(_baseList,_baseIndex,_baseSize);