Replaces the object at the specified index in the collection specified by the passed key.
Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void ReplaceValueAtIndexInPropertyWithKeyWithValue( NSUInteger index, NSString key, Id value )
Public Overridable Sub ReplaceValueAtIndexInPropertyWithKeyWithValue ( _ index As NSUInteger, _ key As NSString, _ value As Id _ )
public: virtual void ReplaceValueAtIndexInPropertyWithKeyWithValue( NSUInteger index, NSString^ key, Id^ value )


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