NSMutableOrderedSet<TKey>.Addition Оператор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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)>
Параметры
- second
- NSMutableOrderedSet<TKey>
Возвращаемое значение
Применяется к
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)>
Параметры
- second
- NSOrderedSet<TKey>
Возвращаемое значение
Применяется к
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)>
Параметры
- second
- NSSet<TKey>