MonobjcMonobjc Documented Class Library
ValueAtIndexInPropertyWithKey Method (index, key)
NamespacesMonobjc.FoundationNSObjectValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ValueAtIndexInPropertyWithKey(
	NSUInteger index,
	NSString key
)
Public Overridable Function ValueAtIndexInPropertyWithKey ( _
	index As NSUInteger, _
	key As NSString _
) As Id
public:
virtual Id^ ValueAtIndexInPropertyWithKey(
	NSUInteger index, 
	NSString^ key
)
Parameters
index (NSUInteger)
MISSING
key (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSObject.ValueAtIndexInPropertyWithKey(Monobjc.Foundation.NSUInteger,Monobjc.Foundation.NSString)"]

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)