Xapian.ESetIterator.ESetIterator C# (CSharp) Method

ESetIterator() public method

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

Same methods

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