Xapian.ValueIterator.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

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