コード例 #1
0
 public void Insert(int index, string x)
 {
     StcIntCSharpPINVOKE.StringVector_Insert(swigCPtr, index, x);
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }