The methods of Foundation.NSIndexPath are listed below. For a list of all members, see the NSIndexPath Members list.
See Also: Inherited members from Foundation.NSObject
Compare(NSIndexPath)Indicates the depth-first traversal order of this object compared to other (not required for use with iOS UIKit.UITableView). | ||
Copy(NSZone)Performs a copy of the underlying Objective-C object. | ||
static | Create(params int[])Creates an Foundation.NSIndexPath with the indexes specified in the provided array of integers. | |
static | Create(params nint[])Creates an Foundation.NSIndexPath with the indexes specified in the provided array of native integers. | |
static | Create(params nuint[])Creates an Foundation.NSIndexPath with the indexes specified in the provided array of native unsigned integers. | |
static | Create(params uint[])Creates an Foundation.NSIndexPath with the indexes specified in the provided array of unsigned integers. | |
EncodeTo(NSCoder)Encodes the state of the object on the provided encoder | ||
static | FromIndex(nuint)Create a new index-path object with the specified object (not required for use with iOS UIKit.UITableView). | |
static | FromItemSection(nint, nint)Creates an NSIndexPath from the given item and section values. | |
static | FromRowSection(nint, nint)Returns an index-path object initialized with the given row and section details. | |
GetIndexes()Copies the objects contained in the index-path to an array (not required for use with iOS UIKit.UITableView). | ||
IndexAtPosition(nint)Return the index at the given position in the index-path (not required for use with iOS UIKit.UITableView). | ||
IndexPathByAddingIndex(nuint)Returns a new index-path containing those in this object plus the new index (not required for use with iOS UIKit.UITableView). | ||
IndexPathByRemovingLastIndex()Returns a new index-path with the last one removed (not required for use with iOS UIKit.UITableView). | ||