NSIndexPath.Create Method

Definition

Overloads

Create(Int32[])

Creates an NSIndexPath with the indexes specified in the provided array of integers.

Create(nint[])

Creates an NSIndexPath with the indexes specified in the provided array of native integers.

Create(nuint[])

Creates an NSIndexPath with the indexes specified in the provided array of native unsigned integers.

Create(UInt32[])

Creates an NSIndexPath with the indexes specified in the provided array of unsigned integers.

Create(Int32[])

Creates an NSIndexPath with the indexes specified in the provided array of integers.

public static Foundation.NSIndexPath Create (params int[] indexes);
static member Create : int[] -> Foundation.NSIndexPath

Parameters

indexes
Int32[]

Array of indexes to make the index-path.

Returns

Applies to

Create(nint[])

Creates an NSIndexPath with the indexes specified in the provided array of native integers.

public static Foundation.NSIndexPath Create (params nint[] indexes);
static member Create : nint[] -> Foundation.NSIndexPath

Parameters

indexes

System.System.IntPtr[]

System.nativeint[]

Array of indexes to make the index-path.

Returns

Remarks

Applies to

Create(nuint[])

Creates an NSIndexPath with the indexes specified in the provided array of native unsigned integers.

public static Foundation.NSIndexPath Create (params nuint[] indexes);
static member Create : nuint[] -> Foundation.NSIndexPath

Parameters

indexes

System.System.UIntPtr[]

System.unativeint[]

Array of indexes to make the index-path.

Returns

Remarks

Applies to

Create(UInt32[])

Creates an NSIndexPath with the indexes specified in the provided array of unsigned integers.

public static Foundation.NSIndexPath Create (params uint[] indexes);
static member Create : uint32[] -> Foundation.NSIndexPath

Parameters

indexes
UInt32[]

Array of indexes to make the index-path.

Returns

Applies to