MonobjcMonobjc Documented Class Library
IntersectSet Method (otherSet)
NamespacesMonobjc.FoundationNSMutableSetIntersectSet(NSSet)

Removes from the receiving set each object that isn’t a member of another given set.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void IntersectSet(
	NSSet otherSet
)
Public Overridable Sub IntersectSet ( _
	otherSet As NSSet _
)
public:
virtual void IntersectSet(
	NSSet^ otherSet
)
Parameters
otherSet (NSSet)
The set with which to perform the intersection.
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)