OpenTransactions.OTAPI.BidData.BidData C# (CSharp) Méthode

BidData() private méthode

private BidData ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr IntPtr
cMemoryOwn bool
Résultat System
        internal BidData(IntPtr cPtr, bool cMemoryOwn)
            : base(otapiPINVOKE.BidData_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }