The members of MonoMac.Foundation.NSSet are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
NSSet() | 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. | ||
| 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. | ||
| Creates a set from an array of strings. |
Contains(NSObject)Documentation for this section has not yet been entered. | ||
Contains(object)Documentation for this section has not yet been entered. | ||
static | CreateSet()Documentation for this section has not yet been entered. | |
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. | ||
static | MakeNSObjectSet<T>(T[])Documentation for this section has not yet been entered. | |
ToArray<T>()Returns the contents of the set as a strongly typed array. | ||
| IEnumerable.GetEnumerator | Enumerate over the NSObjects in the set. |