Exemplo n.º 1
0
 public void RemoveRange(int index, int count)
 {
     StcIntCSharpPINVOKE.StringVector_RemoveRange(swigCPtr, index, count);
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }