コード例 #1
0
 public void RemoveRange(int index, int count)
 {
     AppUtilPINVOKE.CharVector_RemoveRange(this.swigCPtr, index, count);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }