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

CFDictionaryGetValue() private method

private CFDictionaryGetValue ( IntPtr theDict, IntPtr key ) : IntPtr
theDict System.IntPtr
key System.IntPtr
return System.IntPtr
        static extern IntPtr CFDictionaryGetValue(IntPtr theDict, IntPtr key);