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