コード例 #1
0
 public void SetRange(int index, QueryAnnotationNodeVector values)
 {
     indri_csharpPINVOKE.QueryAnnotationNodeVector_SetRange(swigCPtr, index, QueryAnnotationNodeVector.getCPtr(values));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public QueryAnnotationNodeVector(QueryAnnotationNodeVector other) : this(indri_csharpPINVOKE.new_QueryAnnotationNodeVector__SWIG_1(QueryAnnotationNodeVector.getCPtr(other)), true)
 {
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }