예제 #1
0
 public void InsertRange(int index, StringVector values)
 {
     StcIntCSharpPINVOKE.StringVector_InsertRange(swigCPtr, index, StringVector.getCPtr(values));
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }