MonoMac.CoreFoundation.CFBoolean.CFBooleanGetValue C# (CSharp) Method

CFBooleanGetValue() private method

private CFBooleanGetValue ( IntPtr boolean ) : bool
boolean System.IntPtr
return bool
        static extern bool CFBooleanGetValue(IntPtr boolean);