The members of MonoMac.Foundation.NSMutableIndexSet are listed below.
See Also: Inherited members from MonoMac.Foundation.NSIndexSet
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Creates a new MSMutableIndexSet from an existing set. | ||
| 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. | ||
| Initializes a new index set from an existing unsigned integer. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
Add(NSIndexSet)Adds an existing set of indexes to this set. | ||
Add(uint)Adds a single index to the existing set. | ||
Clear()Removes all indexes from this set. | ||
Remove(NSIndexSet)Removes the indexes specified in other that exist in this set. | ||
Remove(uint)Removes a single index from the collection. | ||
ShiftIndexes(uint, uint)Shifts a subset of indexes either left or right starting at the startIndex by the amount specified in delta. | ||