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