Foundation.NSMutableIndexSet: Method Members

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

See Also: Inherited members from Foundation.NSIndexSet

Public Methods

Add(NSIndexSet)
Adds an existing set of indexes to this set.
Add(nuint)
Adds a single index to the existing set.
AddIndexesInRange(NSRange)
Documentation for this section has not yet been entered.
Clear()
Removes all indexes from this set.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
Remove(NSIndexSet)
Removes the indexes specified in other that exist in this set.
Remove(nuint)
Removes a single index from the collection.
RemoveIndexesInRange(NSRange)
Documentation for this section has not yet been entered.
ShiftIndexes(nuint, nint)
Documentation for this section has not yet been entered.