MonoMac.CoreFoundation.CFDictionary.GetValue C# (CSharp) Method

GetValue() public static method

public static GetValue ( IntPtr theDict, IntPtr key ) : IntPtr
theDict System.IntPtr
key System.IntPtr
return System.IntPtr
        public static IntPtr GetValue(IntPtr theDict, IntPtr key)
        {
            return CFDictionaryGetValue (theDict, key);
        }