Show / Hide Table of Contents

Class ISN_PHFetchResult<TAssetType>

An ordered list of assets or collections returned from a Photos fetch method.

Inheritance
System.Object
ISN_PHFetchResult<TAssetType>
Namespace: SA.iOS.Photos
Assembly: cs.temp.dll.dll
Syntax
public class ISN_PHFetchResult<TAssetType> : ISN_NativeObject where TAssetType : ISN_NativeObject, new()
Type Parameters
Name Description
TAssetType

Result objects type

Properties

FirstObject

The first object in the fetch result. You specify the ordering of a fetch result in the PHFetchOptions object you pass to a fetch method.

Returns null if the fetch result is empty.

Declaration
public TAssetType FirstObject { get; }
Property Value
Type Description
TAssetType
In This Article
Back to top Generated by DocFX