NSMutableDictionary<TKey,TValue>.FromObjectsAndKeys メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromObjectsAndKeys(TValue[], TKey[], nint)
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys (TValue[] objects, TKey[] keys, nint count);
static member FromObjectsAndKeys : 'Value[] * 'Key[] * nint -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
パラメーター
- objects
- TValue[]
- keys
- TKey[]
- count
- System.System.IntPtr System.nativeint
戻り値
適用対象
FromObjectsAndKeys(Object[], Object[], nint)
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys (object[] objects, object[] keys, nint count);
static member FromObjectsAndKeys : obj[] * obj[] * nint -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
パラメーター
- objects
- Object[]
- keys
- Object[]
- count
- System.System.IntPtr System.nativeint
戻り値
適用対象
FromObjectsAndKeys(Object[], Object[])
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys (object[] objects, object[] keys);
static member FromObjectsAndKeys : obj[] * obj[] -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
パラメーター
- objects
- Object[]
- keys
- Object[]
戻り値
適用対象
FromObjectsAndKeys(TKey[], TValue[])
注意事項
'TKey' and 'TValue' are inversed and won't work unless both types are identical. Use the generic overload that takes a count parameter instead.
[System.Obsolete("'TKey' and 'TValue' are inversed and won't work unless both types are identical. Use the generic overload that takes a count parameter instead.")]
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys (TKey[] objects, TValue[] keys);
static member FromObjectsAndKeys : 'Key[] * 'Value[] -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
パラメーター
- objects
- TKey[]
- keys
- TValue[]
戻り値
- 属性
適用対象
FromObjectsAndKeys(NSObject[], NSObject[], nint)
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys (Foundation.NSObject[] objects, Foundation.NSObject[] keys, nint count);
static member FromObjectsAndKeys : Foundation.NSObject[] * Foundation.NSObject[] * nint -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
パラメーター
- objects
- NSObject[]
- keys
- NSObject[]
- count
- System.System.IntPtr System.nativeint