Esempio n. 1
0
 public void SetRange(int index, AttributeValuePairVector values)
 {
     indri_csharpPINVOKE.AttributeValuePairVector_SetRange(swigCPtr, index, AttributeValuePairVector.getCPtr(values));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }