NSMutableOrderedSet.Intersect Method

Definition

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

Applies to