Inserts an object in the collection specified by the passed key.
Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'
Available in Mac OS X v10.2 and later.

Declaration Syntax
public virtual void InsertValueInPropertyWithKey(
Id value,
NSString key
)
Public Overridable Sub InsertValueInPropertyWithKey ( _
value As Id, _
key As NSString _
)
public:
virtual void InsertValueInPropertyWithKey(
Id^ value,
NSString^ key
)

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)