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
- 属性