Foundation.NSMutableIndexSet Members

The members of Foundation.NSMutableIndexSet are listed below.

See Also: Inherited members from Foundation.NSIndexSet

Public Constructors

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.
Initializes a new index set from an existing unsigned integer.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.

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.