NSOrderedSet<TKey>.Subtraction Operator

Definition

Overloads

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

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

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

Parameters

Returns

Applies to

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

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

Parameters

second
NSSet<TKey>

Returns

Applies to