NSIndexPath.IndexPathByAddingIndex(nuint) 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.
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