MonoMac.Foundation.NSSet: Method Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

Contains(NSObject) : bool
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
static
CreateSet() : NSSet
Documentation for this section has not yet been entered.
Enumerate(NSSetEnumerator)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<NSObject>
Enumerate over the NSObjects in the set.
IntersectsSet(NSSet) : bool
Documentation for this section has not yet been entered.
IsEqualToSet(NSSet) : bool
Documentation for this section has not yet been entered.
IsSubsetOf(NSSet) : bool
Documentation for this section has not yet been entered.
static
MakeNSObjectSet<T>(T[]) : NSSet
Documentation for this section has not yet been entered.
ToArray<T>() : T[]
Returns the contents of the set as a strongly typed array.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSSet object.