예제 #1
0
 public StringVector(int capacity) : this(StcIntCSharpPINVOKE.new_StringVector__SWIG_1(capacity), true)
 {
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }