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

SetValue() public static method

public static SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
theDict System.IntPtr
key System.IntPtr
value System.IntPtr
return void
        public static void SetValue(IntPtr theDict, IntPtr key, IntPtr value)
        {
            CFDictionarySetValue (theDict, key, value);
        }

Same methods

CFMutableDictionary::SetValue ( IntPtr theDict, IntPtr key, bool value ) : void