Returns a new array containing the receiving array’s elements that fall within the limits specified by a given range.
Original signature is '- (NSArray *)subarrayWithRange:(NSRange)range'
Available in Mac OS X v10.0 and later.


- range (NSRange)
- A range within the receiving array’s range of elements.

A new array containing the receiving array’s elements that fall within the limits specified by range.

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