NSIndexPath.FromIndex(nuint) Method

Definition

Create a new index-path object with the specified object (not required for use with iOS UITableView).

[Foundation.Export("indexPathWithIndex:")]
public static Foundation.NSIndexPath FromIndex (nuint index);
static member FromIndex : nuint -> Foundation.NSIndexPath

Parameters

index
System.System.UIntPtr System.unativeint

Object to place in the index-path.

Returns

Attributes

Applies to