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

BitcoinAcct() private méthode

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