NSExpression.FromMinusSet(NSExpression, NSExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An expression that subtracts an expression that evaluates as a collection (right) from an expression that evaluates as a set (left).
[Foundation.Export("expressionForMinusSet:with:")]
public static Foundation.NSExpression FromMinusSet (Foundation.NSExpression left, Foundation.NSExpression right);
static member FromMinusSet : Foundation.NSExpression * Foundation.NSExpression -> Foundation.NSExpression
Parameters
- left
- NSExpression
- right
- NSExpression
Returns
- Attributes