System.Net.CFNumber.CFNumberGetValue C# (CSharp) 메소드

CFNumberGetValue() 개인적인 메소드

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

Same methods

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