Share via


NSExpression.FromIntersectSet(NSExpression, NSExpression) 方法

定义

一个表达式,表示计算为 NSSet 的表达式的交集 (左) 和一个计算为集合的表达式 (右) 。

[Foundation.Export("expressionForIntersectSet:with:")]
public static Foundation.NSExpression FromIntersectSet (Foundation.NSExpression left, Foundation.NSExpression right);
static member FromIntersectSet : Foundation.NSExpression * Foundation.NSExpression -> Foundation.NSExpression

参数

right
NSExpression

返回

属性

适用于