NSIndexPath.IndexPathByAddingIndex(nuint) Method

Definition

Returns a new index-path containing those in this object plus the new index (not required for use with iOS UITableView).

[Foundation.Export("indexPathByAddingIndex:")]
public virtual Foundation.NSIndexPath IndexPathByAddingIndex (nuint index);
abstract member IndexPathByAddingIndex : nuint -> Foundation.NSIndexPath
override this.IndexPathByAddingIndex : nuint -> Foundation.NSIndexPath

Parameters

index
System.System.UIntPtr System.unativeint

Index to be appended.

Returns

Attributes

Applies to