다음을 통해 공유


NSOrderedSet.Addition 연산자

정의

오버로드

Addition(NSOrderedSet, NSOrderedSet)
Addition(NSOrderedSet, NSSet)

Addition(NSOrderedSet, NSOrderedSet)

public static Foundation.NSOrderedSet operator + (Foundation.NSOrderedSet first, Foundation.NSOrderedSet second);
static member ( + ) : Foundation.NSOrderedSet * Foundation.NSOrderedSet -> Foundation.NSOrderedSet

매개 변수

first
NSOrderedSet
second
NSOrderedSet

반환

적용 대상

Addition(NSOrderedSet, NSSet)

public static Foundation.NSOrderedSet operator + (Foundation.NSOrderedSet first, Foundation.NSSet second);
static member ( + ) : Foundation.NSOrderedSet * Foundation.NSSet -> Foundation.NSOrderedSet

매개 변수

first
NSOrderedSet
second
NSSet

반환

적용 대상