Compartir a través de


NSMutableOrderedSet<TKey>.Addition Operador

Definición

Sobrecargas

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

Addition(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)>

Parámetros

Devoluciones

Se aplica a

Addition(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)>

Parámetros

Devoluciones

Se aplica a

Addition(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)>

Parámetros

second
NSSet<TKey>

Devoluciones

Se aplica a