System.Net.CFObject.CFObject C# (CSharp) Method

CFObject() public method

public CFObject ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
return System
		public CFObject (IntPtr handle, bool own)
		{
			Handle = handle;

			if (!own)
				Retain ();
		}