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