NSExpression.FromMinusSet(NSExpression, NSExpression) Method

Definition

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

right
NSExpression

Returns

Attributes

Applies to