NSMutableDictionary.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(NSObject[], NSObject[]) | |
FromObjectsAndKeys(Object[], Object[]) | |
FromObjectsAndKeys(NSObject[], NSObject[], nint) | |
FromObjectsAndKeys(Object[], Object[], nint) |
FromObjectsAndKeys(NSObject[], NSObject[])
public static Foundation.NSMutableDictionary FromObjectsAndKeys (Foundation.NSObject[] objects, Foundation.NSObject[] keys);
static member FromObjectsAndKeys : Foundation.NSObject[] * Foundation.NSObject[] -> Foundation.NSMutableDictionary
Parameters
- objects
- NSObject[]
- keys
- NSObject[]
Returns
Applies to
FromObjectsAndKeys(Object[], Object[])
FromObjectsAndKeys(NSObject[], NSObject[], nint)
public static Foundation.NSMutableDictionary FromObjectsAndKeys (Foundation.NSObject[] objects, Foundation.NSObject[] keys, nint count);
static member FromObjectsAndKeys : Foundation.NSObject[] * Foundation.NSObject[] * nint -> Foundation.NSMutableDictionary
Parameters
- objects
- NSObject[]
- keys
- NSObject[]
- count
- System.System.IntPtr System.nativeint
Returns
Applies to
FromObjectsAndKeys(Object[], Object[], nint)
public static Foundation.NSMutableDictionary FromObjectsAndKeys (object[] objects, object[] keys, nint count);
static member FromObjectsAndKeys : obj[] * obj[] * nint -> Foundation.NSMutableDictionary
Parameters
- objects
- Object[]
- keys
- Object[]
- count
- System.System.IntPtr System.nativeint