NSMutableDictionary.LowlevelFromObjectAndKey(IntPtr, IntPtr) Method

Definition

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.

Applies to