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

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.

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