Photos.PHFetchResult Members

The members of Photos.PHFetchResult are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Countnint. Documentation for this section has not yet been entered.
[read-only]
firstObjectFoundation.NSObject. Documentation for this section has not yet been entered.
[read-only]
default property
Item(nint)Foundation.NSObject. Documentation for this section has not yet been entered.
[read-only]
LastObjectFoundation.NSObject. Documentation for this section has not yet been entered.

Public Methods

Contains(Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
CountOfAssetsWithMediaType(PHAssetMediaType) : nuint
Documentation for this section has not yet been entered.
Enumerate(PHFetchResultEnumerator)
Documentation for this section has not yet been entered.
Enumerate(Foundation.NSEnumerationOptions, PHFetchResultEnumerator)
Documentation for this section has not yet been entered.
Enumerate(Foundation.NSIndexSet, Foundation.NSEnumerationOptions, PHFetchResultEnumerator)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<Foundation.NSObject>
Documentation for this section has not yet been entered.
IndexOf(Foundation.NSObject) : nint
Documentation for this section has not yet been entered.
IndexOf(Foundation.NSObject, Foundation.NSRange) : nint
Documentation for this section has not yet been entered.
ObjectAt(nint) : Foundation.NSObject
Documentation for this section has not yet been entered.
ObjectsAt<T>(Foundation.NSIndexSet) : T[]
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the PHFetchResult object.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.