コード例 #1
0
 public void AddRange(CharVector values)
 {
     AppUtilPINVOKE.CharVector_AddRange(this.swigCPtr, CharVector.getCPtr(values));
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }