次の方法で共有


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>

戻り値

適用対象