public MResults(MResults other) : this(indri_csharpPINVOKE.new_MResults__SWIG_1(MResults.getCPtr(other)), true) { if (indri_csharpPINVOKE.SWIGPendingException.Pending) { throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); } }
public MResultsEnumerator(MResults collection) { collectionRef = collection; keyCollection = new System.Collections.Generic.List <string>(collection.Keys); currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public MResults getAnnotations() { MResults ret = new MResults(indri_csharpPINVOKE.QueryAnnotation_getAnnotations(swigCPtr), false); if (indri_csharpPINVOKE.SWIGPendingException.Pending) { throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(MResults obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public MResults(MResults arg0) : this(indri_csharpPINVOKE.new_MResults__SWIG_1(MResults.getCPtr(arg0)), true) { if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(MResults obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public MResults getAnnotations() { MResults ret = new MResults(indri_csharpPINVOKE.QueryAnnotation_getAnnotations(swigCPtr), false); if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve(); return ret; }