The methods of MonoMac.Foundation.NSMutableIndexSet are listed below. For a list of all members, see the NSMutableIndexSet Members list.
See Also: Inherited members from MonoMac.Foundation.NSIndexSet
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. | ||