NSOrderedSet<TKey>.Addition Operator

Definition

Overloads

Addition(NSOrderedSet<TKey>, NSOrderedSet<TKey>)
Addition(NSOrderedSet<TKey>, NSSet<TKey>)

Addition(NSOrderedSet<TKey>, NSOrderedSet<TKey>)

public static Foundation.NSOrderedSet<TKey> operator + (Foundation.NSOrderedSet<TKey> first, Foundation.NSOrderedSet<TKey> second);
static member ( + ) : Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> * Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>

Parameters

Returns

Applies to

Addition(NSOrderedSet<TKey>, NSSet<TKey>)

public static Foundation.NSOrderedSet<TKey> operator + (Foundation.NSOrderedSet<TKey> first, Foundation.NSSet<TKey> second);
static member ( + ) : Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> * Foundation.NSSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSOrderedSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>

Parameters

second
NSSet<TKey>

Returns

Applies to