Share via


NSIndexPath.FromIndex(UIntPtr) Method

Definition

Create a new index-path object with the specified object.

[Foundation.Export("indexPathWithIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSIndexPath FromIndex(UIntPtr index);
[<Foundation.Export("indexPathWithIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromIndex : unativeint -> Foundation.NSIndexPath

Parameters

index
UIntPtr

unativeint

Object to place in the index-path.

Returns

Attributes

Applies to