Example #1
0
 public void SetRange(int index, OffsetList values)
 {
     colaPINVOKE.OffsetList_SetRange(swigCPtr, index, OffsetList.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void AddRange(OffsetList values)
 {
     colaPINVOKE.OffsetList_AddRange(swigCPtr, OffsetList.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }