Returns an array containing the objects in the array at the indexes specified by a given index set.
Original signature is '- (NSArray *)objectsAtIndexes:(NSIndexSet *)indexes'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSArray ObjectsAtIndexes( NSIndexSet indexes )
Public Overridable Function ObjectsAtIndexes ( _ indexes As NSIndexSet _ ) As NSArray
public: virtual NSArray^ ObjectsAtIndexes( NSIndexSet^ indexes )

- indexes (NSIndexSet)
- MISSING

An array containing the objects in the array at the indexes specified by indexes.

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