MonobjcMonobjc Documented Class Library
InsertValueAtIndexInPropertyWithKey Method (value, index, key)
NamespacesMonobjc.FoundationNSObjectInsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertValueAtIndexInPropertyWithKey(
	Id value,
	NSUInteger index,
	NSString key
)
Public Overridable Sub InsertValueAtIndexInPropertyWithKey ( _
	value As Id, _
	index As NSUInteger, _
	key As NSString _
)
public:
virtual void InsertValueAtIndexInPropertyWithKey(
	Id^ value, 
	NSUInteger index, 
	NSString^ key
)
Parameters
value (Id)
MISSING
index (NSUInteger)
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)