MonoMac.Foundation.NSIndexSet: Method Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

Contains(NSIndexSet) : bool
Documentation for this section has not yet been entered.
Contains(uint) : bool
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
FromArray(int[]) : NSIndexSet
Documentation for this section has not yet been entered.
static
FromArray(uint[]) : NSIndexSet
Documentation for this section has not yet been entered.
static
FromIndex(int) : NSIndexSet
Documentation for this section has not yet been entered.
static
FromNSRange(NSRange) : NSIndexSet
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<uint>
Documentation for this section has not yet been entered.
IndexGreaterThan(uint) : uint
Documentation for this section has not yet been entered.
IndexGreaterThanOrEqual(uint) : uint
Documentation for this section has not yet been entered.
IndexLessThan(uint) : uint
Documentation for this section has not yet been entered.
IndexLessThanOrEqual(uint) : uint
Documentation for this section has not yet been entered.
IsEqual(NSIndexSet) : bool
Documentation for this section has not yet been entered.
ToArray() : uint[]
Documentation for this section has not yet been entered.