Ejemplo n.º 1
0
 private void setitem(int index, string val)
 {
     StcIntCSharpPINVOKE.StringVector_setitem(swigCPtr, index, val);
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }