MonobjcMonobjc Documented Class Library
ObjectAtIndex<(Of <(<'T>)>)> Method (index)
NamespacesMonobjc.FoundationNSArrayObjectAtIndex<(Of <<'(T>)>>)(UInt32)

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 T ObjectAtIndex<T>(
	uint index
)
where T : IManagedWrapper
Public Overridable Function ObjectAtIndex(Of T As IManagedWrapper) ( _
	index As UInteger _
) As T
public:
generic<typename T>
where T : IManagedWrapper
virtual T ObjectAtIndex(
	unsigned int index
)
Generic Template Parameters
T
The parametric type
Parameters
index (UInt32)
An index within the bounds of the receiver.
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)