Share via


NSIndexPath.GetIndexes Method

Definition

Overloads

Name Description
GetIndexes()

Copies the objects contained in the index-path to an array.

GetIndexes(NSRange)

GetIndexes()

Copies the objects contained in the index-path to an array.

public UIntPtr[] GetIndexes();
member this.GetIndexes : unit -> unativeint[]

Returns

UIntPtr[]

unativeint[]

Applies to

GetIndexes(NSRange)

public UIntPtr[] GetIndexes(Foundation.NSRange range);
member this.GetIndexes : Foundation.NSRange -> unativeint[]

Parameters

range
NSRange

Returns

UIntPtr[]

unativeint[]

Applies to