MonobjcMonobjc Documented Class Library
InsertValueInPropertyWithKey Method (value, key)
NamespacesMonobjc.FoundationNSObjectInsertValueInPropertyWithKey(Id, NSString)

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
C#Visual BasicVisual C++
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
)
Parameters
value (Id)
MISSING
key (NSString)
MISSING
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)