Xapian.MSetIterator.MSetIterator C# (CSharp) Method

MSetIterator() public method

public MSetIterator ( MSetIterator other ) : System
other MSetIterator
return System
        public MSetIterator(MSetIterator other)
            : this(XapianPINVOKE.new_MSetIterator__SWIG_1(MSetIterator.getCPtr(other)), true)
        {
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

MSetIterator::MSetIterator ( ) : System
MSetIterator::MSetIterator ( IntPtr cPtr, bool cMemoryOwn ) : System