NSExpression.FromUnionSet(NSExpression, NSExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Espressione che rappresenta l'unione di un'espressione che valuta come espressione (sinistra) con un'espressione che restituisce come raccolta (destra).
[Foundation.Export("expressionForUnionSet:with:")]
public static Foundation.NSExpression FromUnionSet (Foundation.NSExpression left, Foundation.NSExpression right);
static member FromUnionSet : Foundation.NSExpression * Foundation.NSExpression -> Foundation.NSExpression
Parametri
- left
- NSExpression
- right
- NSExpression
Restituisce
- Attributi