共用方式為


NSMutableOrderedSet<TKey>.Addition 運算子

定義

多載

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

Addition(NSMutableOrderedSet<TKey>, NSMutableOrderedSet<TKey>)

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

參數

傳回

適用於

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

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

參數

傳回

適用於

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

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

參數

second
NSSet<TKey>

傳回

適用於