Xapian.RSet.Size C# (CSharp) Method

Size() public method

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