다음을 통해 공유


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>

반환

적용 대상