NSIndexPath.IndexAtPosition(nint) Method

Definition

Return the index at the given position in the index-path (not required for use with iOS UITableView).

[Foundation.Export("indexAtPosition:")]
public virtual nuint IndexAtPosition (nint position);
abstract member IndexAtPosition : nint -> nuint
override this.IndexAtPosition : nint -> nuint

Parameters

position
System.System.IntPtr System.nativeint

Position of index to return.

Returns

System.System.UIntPtr System.unativeint
Attributes

Applies to