public void Insert(int index, DeviceParam value) { GmsecPINVOKE.DeviceParamList_Insert(swigCPtr, index, DeviceParam.getCPtr(value)); if (GmsecPINVOKE.SWIGPendingException.Pending) { throw GmsecPINVOKE.SWIGPendingException.Retrieve(); } }