NSIndexPath.GetIndexes 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.
Overloads
GetIndexes() |
Copies the objects contained in the index-path to an array (not required for use with iOS UITableView). |
GetIndexes(NSRange) |
GetIndexes()
Copies the objects contained in the index-path to an array (not required for use with iOS UITableView).
public nuint[] GetIndexes ();
member this.GetIndexes : unit -> nuint[]
Returns
System.System.UIntPtr[]
System.unativeint[]
Applies to
GetIndexes(NSRange)
public nuint[] GetIndexes (Foundation.NSRange range);
member this.GetIndexes : Foundation.NSRange -> nuint[]
Parameters
- range
- NSRange
Returns
System.System.UIntPtr[]
System.unativeint[]