NSMutableOrderedSet.Intersect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Intersect(NSOrderedSet) |
Removes from this set all objects that are not present in the other set. |
Intersect(NSSet) |
Intersect(NSOrderedSet)
Removes from this set all objects that are not present in the other set.
[Foundation.Export("intersectOrderedSet:")]
public virtual void Intersect (Foundation.NSOrderedSet intersectWith);
abstract member Intersect : Foundation.NSOrderedSet -> unit
override this.Intersect : Foundation.NSOrderedSet -> unit
Parameters
- intersectWith
- NSOrderedSet
- Attributes
Applies to
Intersect(NSSet)
[Foundation.Export("intersectSet:")]
public virtual void Intersect (Foundation.NSSet intersectWith);
abstract member Intersect : Foundation.NSSet -> unit
override this.Intersect : Foundation.NSSet -> unit
Parameters
- intersectWith
- NSSet
- Attributes