Xapian.DateValueRangeProcessor.Apply C# (CSharp) Method

Apply() public method

public Apply ( SWIGTYPE_p_std__string begin, SWIGTYPE_p_std__string end ) : uint
begin SWIGTYPE_p_std__string
end SWIGTYPE_p_std__string
return uint
        public override uint Apply(SWIGTYPE_p_std__string begin, SWIGTYPE_p_std__string end)
        {
            uint ret = XapianPINVOKE.DateValueRangeProcessor_Apply(swigCPtr, SWIGTYPE_p_std__string.getCPtr(begin), SWIGTYPE_p_std__string.getCPtr(end));
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }