共用方式為


NSMutableOrderedSet.Intersect 方法

定義

多載

Intersect(NSOrderedSet)

從這個集合中移除其他集合中不存在的所有物件。

Intersect(NSSet)

Intersect(NSOrderedSet)

從這個集合中移除其他集合中不存在的所有物件。

[Foundation.Export("intersectOrderedSet:")]
public virtual void Intersect (Foundation.NSOrderedSet intersectWith);
abstract member Intersect : Foundation.NSOrderedSet -> unit
override this.Intersect : Foundation.NSOrderedSet -> unit

參數

intersectWith
NSOrderedSet
屬性

適用於

Intersect(NSSet)

[Foundation.Export("intersectSet:")]
public virtual void Intersect (Foundation.NSSet intersectWith);
abstract member Intersect : Foundation.NSSet -> unit
override this.Intersect : Foundation.NSSet -> unit

參數

intersectWith
NSSet
屬性

適用於