コード例 #1
0
        private uint capacity()
        {
            uint result = AppUtilPINVOKE.CharVector_capacity(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }