NSMutableOrderedSet.Intersect 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性