MonoMac.Foundation.NSIndexSet Members

The members of MonoMac.Foundation.NSIndexSet are listed below.

See Also: Inherited members from MonoMac.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.
Constructor to call on derived classes when the derived class has an [Export] constructor.
Documentation for this section has not yet been entered.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
FirstIndexuint. Documentation for this section has not yet been entered.
[read-only]
LastIndexuint. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.