NSIndexPath.GetIndexes Method

Definition

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[]

Applies to