Modifica

Share via


PHFetchResult.ObjectsAt<T>(NSIndexSet) Method

Definition

Returns the objects at indexes, all of which must be type T.

public T[] ObjectsAt<T> (Foundation.NSIndexSet indexes) where T : Foundation.NSObject;
member this.ObjectsAt : Foundation.NSIndexSet -> 'T[] (requires 'T :> Foundation.NSObject)

Type Parameters

T

Parameters

indexes
NSIndexSet

Returns

T[]

Applies to