The methods of MonoMac.Foundation.NSIndexPath are listed below. For a list of all members, see the NSIndexPath Members list.
See Also: Inherited members from MonoMac.Foundation.NSObject
Compare(NSIndexPath)Indicates the depth-first traversal order of this object compared to other (not required for use with iOS MonoMac.UIKit.UITableView). | ||
static | Create(params int[])Create a new index-path object with the specified objects (not required for use with iOS MonoMac.UIKit.UITableView). | |
static | Create(params uint[])Create a new index-path object with the specified objects (not required for use with iOS MonoMac.UIKit.UITableView). | |
override | Equals(object)Returns true if this object is equivalent to obj. | |
static | FromIndex(uint)Create a new index-path object with the specified object (not required for use with iOS MonoMac.UIKit.UITableView). | |
FromIndexes(uint[])Create a new index-path object with the specified objects (not required for use with iOS MonoMac.UIKit.UITableView). | ||
override | GetHashCode()Generates a hash code for the current instance. | |
GetIndexes()Copies the objects contained in the index-path to an array (not required for use with iOS MonoMac.UIKit.UITableView). | ||
IndexAtPosition(int)Return the index at the given position in the index-path (not required for use with iOS MonoMac.UIKit.UITableView). | ||
IndexPathByAddingIndex(uint)Returns a new index-path containing those in this object plus the new index (not required for use with iOS MonoMac.UIKit.UITableView). | ||
IndexPathByRemovingLastIndex()Returns a new index-path with the last one removed (not required for use with iOS MonoMac.UIKit.UITableView). | ||