NSSet<TKey>.Subtraction(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>

返回

适用于