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
Contains(NSObject)Documentation for this section has not yet been entered. | ||
Contains(object)Documentation for this section has not yet been entered. | ||
Copy(NSZone)Performs a copy of the underlying Objective-C object. | ||
static | CreateSet()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()Enumerate over the NSObjects in the set. | ||
IntersectsSet(NSSet)Documentation for this section has not yet been entered. | ||
IsEqualToSet(NSSet)Documentation for this section has not yet been entered. | ||
IsSubsetOf(NSSet)Documentation for this section has not yet been entered. | ||
LookupMember(NSObject)Documentation for this section has not yet been entered. | ||
static | MakeNSObjectSet<T>(T[])Documentation for this section has not yet been entered. | |
MutableCopy(NSZone)Performs a copy of the underlying Objective-C object. | ||
ToArray<T>()Returns the contents of the set as a strongly typed array. | ||