NSFetchedResultsController.ObjectAt(NSIndexPath) Method

Definition

Returns the obect that is located at the specified index path.

[Foundation.Export("objectAtIndexPath:")]
public virtual Foundation.NSObject ObjectAt (Foundation.NSIndexPath path);
abstract member ObjectAt : Foundation.NSIndexPath -> Foundation.NSObject
override this.ObjectAt : Foundation.NSIndexPath -> Foundation.NSObject

Parameters

Returns

Attributes

Applies to