Esempio n. 1
0
 public void SetRange(int index, ParsedDocumentVector values)
 {
     indri_csharpPINVOKE.ParsedDocumentVector_SetRange(swigCPtr, index, ParsedDocumentVector.getCPtr(values));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public ParsedDocumentVector(ParsedDocumentVector other) : this(indri_csharpPINVOKE.new_ParsedDocumentVector__SWIG_1(ParsedDocumentVector.getCPtr(other)), true)
 {
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }