Returns the object located at the specified location in the 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 return. If index is beyond the end of the list, an NSRangeException is raised.

The object at the given location in the receiver's 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)