PHFetchResult.ObjectsAt<T>(NSIndexSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]