コード例 #1
0
 private void setitem(int index, byte val)
 {
     AppUtilPINVOKE.CharVector_setitem(this.swigCPtr, index, val);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }