Example #1
0
 public void RemoveRange(int index, int count)
 {
     GmsecPINVOKE.DeviceParamList_RemoveRange(swigCPtr, index, count);
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }