MonobjcMonobjc Documented Class Library
ObjectAtIndex Method (index)
NamespacesMonobjc.FoundationNSArrayObjectAtIndex(NSUInteger)

Returns the object located at index.

Original signature is '- (id)objectAtIndex:(NSUInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ObjectAtIndex(
	NSUInteger index
)
Public Overridable Function ObjectAtIndex ( _
	index As NSUInteger _
) As Id
public:
virtual Id^ ObjectAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
An index within the bounds of the array.
Return Value
The object located at index.
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)