public void SetRange(int index, TagExtentVector values)
 {
     indri_csharpPINVOKE.TagExtentVector_SetRange(swigCPtr, index, TagExtentVector.getCPtr(values));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }