ALAssetsEnumerator Delegate
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.
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.