Share via


NSSet<TKey>.Addition(NSSet<TKey>, NSSet<TKey>) 연산자

정의

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

매개 변수

first
NSSet<TKey>
second
NSSet<TKey>

반환

적용 대상