コード例 #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();
     }
 }
コード例 #2
0
 public void AddRange(ColaResizes values)
 {
     colaPINVOKE.ColaResizes_AddRange(swigCPtr, ColaResizes.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
ファイル: PreIteration.cs プロジェクト: cmears/adaptagrams
 public PreIteration(ColaResizes resizes) : this(colaPINVOKE.new_PreIteration__SWIG_3(ColaResizes.getCPtr(resizes)), true)
 {
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }