Example #1
0
        public int LastIndexOf(DeviceParam value)
        {
            int ret = GmsecPINVOKE.DeviceParamList_LastIndexOf(swigCPtr, DeviceParam.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }