Foundation.NSSet: Method Members

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

See Also: Inherited members from 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.
Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
static
CreateSet() : NSSet
Documentation for this section has not yet been entered.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
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.
LookupMember(NSObject) : NSObject
Documentation for this section has not yet been entered.
static
MakeNSObjectSet<T>(T[]) : NSSet
Documentation for this section has not yet been entered.
MutableCopy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
ToArray<T>() : T[]
Returns the contents of the set as a strongly typed array.

Protected Methods

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