NSIndexPath.FromIndex(nuint) 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 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