Example #1
0
 public void setAllowUnmatched(bool allow)
 {
     DeviceDetectionHashEngineModulePINVOKE.ConfigDeviceDetectionSwig_setAllowUnmatched(swigCPtr, allow);
     if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
     {
         throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }