NSMutableOrderedSet<TKey>.Addition 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>