NSArray.EnumsFromHandle<T>(NativeHandle) Method
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.
public static T[] EnumsFromHandle<T>(ObjCRuntime.NativeHandle handle) where T : struct;
static member EnumsFromHandle : ObjCRuntime.NativeHandle -> 'T[] (requires 'T : struct)
Type Parameters
- T
Parameters
- handle
- NativeHandle
Returns
T[]