Foundation.NSIndexSet: Method Members

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

See Also: Inherited members from Foundation.NSObject

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.