NSIndexPath.IndexPathByRemovingLastIndex 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 with the last one removed (not required for use with iOS UITableView).
[Foundation.Export("indexPathByRemovingLastIndex")]
public virtual Foundation.NSIndexPath IndexPathByRemovingLastIndex ();
abstract member IndexPathByRemovingLastIndex : unit -> Foundation.NSIndexPath
override this.IndexPathByRemovingLastIndex : unit -> Foundation.NSIndexPath
Returns
- Attributes