NSMutableOrderedSet<TKey>.Subtraction Operator

Definition

Overloads

Subtraction(NSMutableOrderedSet<TKey>, NSMutableOrderedSet<TKey>)
Subtraction(NSMutableOrderedSet<TKey>, NSOrderedSet<TKey>)
Subtraction(NSMutableOrderedSet<TKey>, NSSet<TKey>)

Subtraction(NSMutableOrderedSet<TKey>, NSMutableOrderedSet<TKey>)

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

Parameters

Returns

Applies to

Subtraction(NSMutableOrderedSet<TKey>, NSOrderedSet<TKey>)

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

Parameters

Returns

Applies to

Subtraction(NSMutableOrderedSet<TKey>, NSSet<TKey>)

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

Parameters

second
NSSet<TKey>

Returns

Applies to