Returns the object located at the given index within the receiver’s internal item list.
Original signature is '- (id)itemObjectValueAtIndex:(NSInteger)index'
Available in Mac OS X v10.0 and later.


- index (NSInteger)
- The index of the object to retrieve. If index is beyond the end of the list, an NSRangeException is raised.

The object located at the specified index in the internal item list.

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