System.Net.CFNumber.CFNumberGetValue C# (CSharp) Method

CFNumberGetValue() private method

private CFNumberGetValue ( IntPtr handle, int type, bool &value ) : bool
handle System.IntPtr
type int
value bool
return bool
		extern static bool CFNumberGetValue (IntPtr handle, int type, out bool value);

Same methods

CFNumber::CFNumberGetValue ( IntPtr handle, int type, int &value ) : bool