Foundation.NSSet Members

The members of Foundation.NSSet are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Creates a set from an NSArray of objects.
A constructor that initializes the object from the data stored in the unarchiver object.
NSSet(params NSObject[])
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
NSSet(params object[])
Documentation for this section has not yet been entered.
NSSet(params string[])
Creates a set from an array of strings.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

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

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.

Public Operators

static
Addition(NSSet, NSSet)Documentation for this section has not yet been entered.
static
Subtraction(NSSet, NSSet)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorEnumerate over the NSObjects in the set.