Exemple #1
0
 public void SetRange(int index, ColaResizes values)
 {
     colaPINVOKE.ColaResizes_SetRange(swigCPtr, index, ColaResizes.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void AddRange(ColaResizes values)
 {
     colaPINVOKE.ColaResizes_AddRange(swigCPtr, ColaResizes.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 public PreIteration(ColaResizes resizes) : this(colaPINVOKE.new_PreIteration__SWIG_3(ColaResizes.getCPtr(resizes)), true)
 {
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }