Xapian.ValueIterator.GetValueNo C# (CSharp) Method

GetValueNo() public method

public GetValueNo ( ) : uint
return uint
        public uint GetValueNo()
        {
            uint ret = XapianPINVOKE.ValueIterator_GetValueNo(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }