OpenTransactions.OTAPI.Contact.Contact C# (CSharp) Method

Contact() private method

private Contact ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr IntPtr
cMemoryOwn bool
return System
        internal Contact(IntPtr cPtr, bool cMemoryOwn)
            : base(otapiPINVOKE.Contact_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }