NSSet<TKey>.Addition(NSSet<TKey>, NSSet<TKey>) Operator

Definition

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)>

Parameters

first
NSSet<TKey>
second
NSSet<TKey>

Returns

Applies to