NSMutableSet<TKey>.Subtraction Operator

Definition

public static Foundation.NSMutableSet<TKey> operator - (Foundation.NSMutableSet<TKey> first, Foundation.NSMutableSet<TKey> second);
static member ( - ) : Foundation.NSMutableSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> * Foundation.NSMutableSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)> -> Foundation.NSMutableSet<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>

Parameters

Returns

Applies to