Xapian.RSet.RSet C# (CSharp) Method

RSet() public method

public RSet ( ) : System
return System
        public RSet()
            : this(XapianPINVOKE.new_RSet__SWIG_1(), true)
        {
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

RSet::RSet ( IntPtr cPtr, bool cMemoryOwn ) : System
RSet::RSet ( RSet other ) : System