MonoTouch.Foundation.NSIndexPath: Method Members

The methods of MonoTouch.Foundation.NSIndexPath are listed below. For a list of all members, see the NSIndexPath Members list.

See Also: Inherited members from MonoTouch.Foundation.NSObject

Public Methods

Compare(NSIndexPath) : int
Indicates the depth-first traversal order of this object compared to other (not required for use with iOS MonoTouch.UIKit.UITableView).
Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
static
Create(params int[]) : NSIndexPath
Creates an MonoTouch.Foundation.NSIndexPath with the indexes specified in the provided array of integers.
static
Create(params uint[]) : NSIndexPath
Creates an MonoTouch.Foundation.NSIndexPath with the indexes specified in the provided array of unsigned integers.
override
Equals(object) : bool
Returns true if this object is equivalent to obj.
static
FromIndex(uint) : NSIndexPath
Create a new index-path object with the specified object (not required for use with iOS MonoTouch.UIKit.UITableView).
FromIndexes(uint[]) : NSIndexPath
Create a new index-path object with the specified objects (not required for use with iOS MonoTouch.UIKit.UITableView).
static
FromItemSection(int, int) : NSIndexPath
Creates an NSIndexPath from the given item and section values.
static
FromRowSection(int, int) : NSIndexPath
Returns an index-path object initialized with the given row and section details.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetIndexes() : uint[]
Copies the objects contained in the index-path to an array (not required for use with iOS MonoTouch.UIKit.UITableView).
IndexAtPosition(int) : uint
Return the index at the given position in the index-path (not required for use with iOS MonoTouch.UIKit.UITableView).
IndexPathByAddingIndex(uint) : NSIndexPath
Returns a new index-path containing those in this object plus the new index (not required for use with iOS MonoTouch.UIKit.UITableView).
IndexPathByRemovingLastIndex() : NSIndexPath
Returns a new index-path with the last one removed (not required for use with iOS MonoTouch.UIKit.UITableView).