NSMutableDictionary.LowlevelFromObjectAndKey(IntPtr, IntPtr) 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.
Creates a mutable dictionary from a low-level object and key pointer.
public static Foundation.NSMutableDictionary LowlevelFromObjectAndKey(IntPtr obj, IntPtr key);
static member LowlevelFromObjectAndKey : nativeint * nativeint -> Foundation.NSMutableDictionary
Parameters
- obj
-
IntPtr
nativeint
The object pointer.
- key
-
IntPtr
nativeint
The key pointer.
Returns
A new mutable dictionary containing the specified object and key.