Beispiel #1
0
 public void AddRange(CSVectorString values)
 {
     CocoStudioEngineAdapterPINVOKE.CSVectorString_AddRange(this.swigCPtr, CSVectorString.getCPtr(values));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public CSVectorString(CSVectorString other)
     : this(CocoStudioEngineAdapterPINVOKE.new_CSVectorString__SWIG_1(CSVectorString.getCPtr(other)), true)
 {
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }