Example #1
0
 public void SetRange(int index, DocumentVectorVector values)
 {
     indri_csharpPINVOKE.DocumentVectorVector_SetRange(swigCPtr, index, DocumentVectorVector.getCPtr(values));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public DocumentVectorVector(DocumentVectorVector other) : this(indri_csharpPINVOKE.new_DocumentVectorVector__SWIG_1(DocumentVectorVector.getCPtr(other)), true)
 {
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }