NSArray.FromIntPtrs(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.
Create an NSArray from the specified pointers.
public static Foundation.NSArray FromIntPtrs(ObjCRuntime.NativeHandle[] vals);
static member FromIntPtrs : ObjCRuntime.NativeHandle[] -> Foundation.NSArray
Parameters
- vals
- NativeHandle[]
Array of pointers (to NSObject instances).
Returns
Remarks
If the vals array is null, an ArgumentNullException is thrown.