ALAssetsEnumerator Delegate

Definition

Signature for delegates participating in asset enumeration.

public delegate void ALAssetsEnumerator(ALAsset result, nint index, ref bool stop);
type ALAssetsEnumerator = delegate of ALAsset * nint *  -> unit

Parameters

result
ALAsset

The asset.

index
System.System.IntPtr System.nativeint

The index of this asset.

stop
Boolean

If set to true, the enumeration process will stop.

Applies to