共用方式為


ALAssetsEnumerator 代理人

定義

參與資產列舉的委派簽章。

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

參數

result
ALAsset

資產。

index
System.System.IntPtr System.nativeint

此資產的索引。

stop
Boolean

如果設定為 true,列舉程式將會停止。

適用於