Example #1
0
 public void AddRange(CSVectorInt values)
 {
     CocoStudioEngineAdapterPINVOKE.CSVectorInt_AddRange(this.swigCPtr, CSVectorInt.getCPtr(values));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public CSVectorInt(CSVectorInt other)
     : this(CocoStudioEngineAdapterPINVOKE.new_CSVectorInt__SWIG_1(CSVectorInt.getCPtr(other)), true)
 {
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }