MonoMac.CoreFoundation.CFMutableDictionary.CFDictionarySetValue C# (CSharp) Method

CFDictionarySetValue() private method

private CFDictionarySetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
theDict System.IntPtr
key System.IntPtr
value System.IntPtr
return void
        static extern void CFDictionarySetValue(IntPtr theDict, IntPtr key, IntPtr value);