public int IndexOf(DeviceParam value) { int ret = GmsecPINVOKE.DeviceParamList_IndexOf(swigCPtr, DeviceParam.getCPtr(value)); if (GmsecPINVOKE.SWIGPendingException.Pending) { throw GmsecPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }