NSArray.FromIntPtrs(NativeHandle[]) Method

Definition

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.

Applies to