MonobjcMonobjc Documented Class Library
MinusSet Method (otherSet)
NamespacesMonobjc.FoundationNSMutableSetMinusSet(NSSet)

Removes each object in another given set from the receiving set, if present.

Original signature is '- (void)minusSet:(NSSet *)otherSet'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MinusSet(
	NSSet otherSet
)
Public Overridable Sub MinusSet ( _
	otherSet As NSSet _
)
public:
virtual void MinusSet(
	NSSet^ otherSet
)
Parameters
otherSet (NSSet)
The set of objects to remove from the receiving set.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)