MonoMac.Foundation.NSIndexPath Members

The members of MonoMac.Foundation.NSIndexPath are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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 when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Lengthint. The number of indexes in the index-path (not required for use with iOS MonoMac.UIKit.UITableView).

Public Methods

Compare(NSIndexPath) : int
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[]) : NSIndexPath
Create a new index-path object with the specified objects (not required for use with iOS MonoMac.UIKit.UITableView).
static
Create(params uint[]) : NSIndexPath
Create a new index-path object with the specified objects (not required for use with iOS MonoMac.UIKit.UITableView).
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 MonoMac.UIKit.UITableView).
FromIndexes(uint[]) : NSIndexPath
Create a new index-path object with the specified objects (not required for use with iOS MonoMac.UIKit.UITableView).
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 MonoMac.UIKit.UITableView).
IndexAtPosition(int) : uint
Return the index at the given position in the index-path (not required for use with iOS MonoMac.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 MonoMac.UIKit.UITableView).
IndexPathByRemovingLastIndex() : NSIndexPath
Returns a new index-path with the last one removed (not required for use with iOS MonoMac.UIKit.UITableView).