NSSet<TKey>.Addition(NSSet<TKey>, NSSet<TKey>) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public static Foundation.NSSet<TKey> operator + (Foundation.NSSet<TKey> first, Foundation.NSSet<TKey> second);
static member ( + ) : Foundation.NSSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> * Foundation.NSSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Parâmetros
- first
- NSSet<TKey>
- second
- NSSet<TKey>