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