Retrieves an indexed object from the collection specified by the passed key.
Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual Id ValueAtIndexInPropertyWithKey( NSUInteger index, NSString key )
Public Overridable Function ValueAtIndexInPropertyWithKey ( _ index As NSUInteger, _ key As NSString _ ) As Id
public: virtual Id^ ValueAtIndexInPropertyWithKey( NSUInteger index, NSString^ key )

- index (NSUInteger)
- MISSING
- key (NSString)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Foundation.NSObject.ValueAtIndexInPropertyWithKey(Monobjc.Foundation.NSUInteger,Monobjc.Foundation.NSString)"]

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