Xapian.ESetIterator.GetTermName C# (CSharp) 메소드

GetTermName() 공개 메소드

public GetTermName ( ) : string
리턴 string
        public string GetTermName()
        {
            string ret = XapianPINVOKE.ESetIterator_GetTermName(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }