OpenTransactions.OTAPI.OTPassword.SetSize C# (CSharp) Метод

SetSize() публичный Метод

public SetSize ( SWIGTYPE_p_uint32_t uSize ) : bool
uSize SWIGTYPE_p_uint32_t
Результат bool
        public bool SetSize(SWIGTYPE_p_uint32_t uSize)
        {
            bool ret = otapiPINVOKE.OTPassword_SetSize(swigCPtr, SWIGTYPE_p_uint32_t.getCPtr(uSize));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }