The members of MonoTouch.Foundation.NSIndexPath are listed below.
See Also: Inherited members from MonoTouch.Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Item | int. The item component of this NSIndexPath. |
| [read-only] | Length | int. The number of indexes in the index-path (not required for use with iOS MonoTouch.UIKit.UITableView). |
| [read-only] | Row | int. The index of a row within a NSIndexPath.Section of a MonoTouch.UIKit.UITableView (read-only). |
| [read-only] | Section | int. The index of a section within a MonoTouch.UIKit.UITableView (read-only). |
Compare(NSIndexPath)Indicates the depth-first traversal order of this object compared to other (not required for use with iOS MonoTouch.UIKit.UITableView). | ||
Copy(NSZone)Performs a copy of the underlying Objective-C object. | ||
static | Create(params int[])Creates an MonoTouch.Foundation.NSIndexPath with the indexes specified in the provided array of integers. | |
static | Create(params uint[])Creates an MonoTouch.Foundation.NSIndexPath with the indexes specified in the provided array of unsigned integers. | |
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 MonoTouch.UIKit.UITableView). | |
FromIndexes(uint[])Create a new index-path object with the specified objects (not required for use with iOS MonoTouch.UIKit.UITableView). | ||
static | FromItemSection(int, int)Creates an NSIndexPath from the given item and section values. | |
static | FromRowSection(int, int)Returns an index-path object initialized with the given row and section details. | |
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 MonoTouch.UIKit.UITableView). | ||
IndexAtPosition(int)Return the index at the given position in the index-path (not required for use with iOS MonoTouch.UIKit.UITableView). | ||
IndexPathByAddingIndex(uint)Returns a new index-path containing those in this object plus the new index (not required for use with iOS MonoTouch.UIKit.UITableView). | ||
IndexPathByRemovingLastIndex()Returns a new index-path with the last one removed (not required for use with iOS MonoTouch.UIKit.UITableView). | ||