Removes from the array each of the objects within a given range.
Original signature is '- (void)removeObjectsInRange:(NSRange)aRange'
Available in Mac OS X v10.0 and later.


- aRange (NSRange)
- The range of the objects to remove from the array.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)