NSMutableDictionary<TKey,TValue>.FromObjectsAndKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromObjectsAndKeys(TValue[], TKey[], IntPtr)
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys(TValue[] objects, TKey[] keys, IntPtr count);
static member FromObjectsAndKeys : 'Value[] * 'Key[] * nativeint -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
Parameters
- objects
- TValue[]
- keys
- TKey[]
- count
-
IntPtr
nativeint
Returns
Applies to
FromObjectsAndKeys(Object[], Object[], IntPtr)
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys(object[] objects, object[] keys, IntPtr count);
static member FromObjectsAndKeys : obj[] * obj[] * nativeint -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
Parameters
- objects
- Object[]
- keys
- Object[]
- count
-
IntPtr
nativeint
Returns
Applies to
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)>
Parameters
- objects
- Object[]
- keys
- Object[]
Returns
Applies to
FromObjectsAndKeys(TValue[], TKey[])
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys(TValue[] objects, TKey[] keys);
static member FromObjectsAndKeys : 'Value[] * 'Key[] -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
Parameters
- objects
- TValue[]
- keys
- TKey[]
Returns
Applies to
FromObjectsAndKeys(NSObject[], NSObject[], IntPtr)
public static Foundation.NSMutableDictionary<TKey,TValue> FromObjectsAndKeys(Foundation.NSObject[] objects, Foundation.NSObject[] keys, IntPtr count);
static member FromObjectsAndKeys : Foundation.NSObject[] * Foundation.NSObject[] * nativeint -> Foundation.NSMutableDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)>
Parameters
- objects
- NSObject[]
- keys
- NSObject[]
- count
-
IntPtr
nativeint