예제 #1
0
 public void RemoveAt(int index)
 {
     StcIntCSharpPINVOKE.StringVector_RemoveAt(swigCPtr, index);
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }