Foundation.NSIndexSet Members

The members of Foundation.NSIndexSet are listed below.

See Also: Inherited members from Foundation.NSObject

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.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

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.
[read-only]
Countnint. The number of indices in this index set.
[read-only]
FirstIndexnuint. Documentation for this section has not yet been entered.
[read-only]
LastIndexnuint. Documentation for this section has not yet been entered.

Public Methods

Contains(NSIndexSet) : bool
Whether this NSIndexSet contains all the specified indices.
Contains(nuint) : bool
Documentation for this section has not yet been entered.
Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
EnumerateIndexes(EnumerateIndexSetCallback)
Documentation for this section has not yet been entered.
EnumerateIndexes(NSEnumerationOptions, EnumerateIndexSetCallback)
Documentation for this section has not yet been entered.
EnumerateIndexes(NSRange, NSEnumerationOptions, EnumerateIndexSetCallback)
Documentation for this section has not yet been entered.
EnumerateRanges(NSRangeIterator)
Documentation for this section has not yet been entered.
EnumerateRanges(NSEnumerationOptions, NSRangeIterator)
Documentation for this section has not yet been entered.
EnumerateRanges(NSRange, NSEnumerationOptions, NSRangeIterator)
Documentation for this section has not yet been entered.
static
FromIndex(nint) : NSIndexSet
Documentation for this section has not yet been entered.
static
FromNSRange(NSRange) : NSIndexSet
Documentation for this section has not yet been entered.
IndexGreaterThan(nuint) : nuint
Documentation for this section has not yet been entered.
IndexGreaterThanOrEqual(nuint) : nuint
Documentation for this section has not yet been entered.
IndexLessThan(nuint) : nuint
Documentation for this section has not yet been entered.
IndexLessThanOrEqual(nuint) : nuint
Documentation for this section has not yet been entered.
IsEqual(NSIndexSet) : bool
Documentation for this section has not yet been entered.
MutableCopy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.