Пример #1
0
 public Int32DocValuesAnonymousClass(ReverseOrdFieldSource @this, int off, SortedDocValues sindex, int end)
     : base(@this)
 {
     this.off    = off;
     this.sindex = sindex;
     this.end    = end;
 }
Пример #2
0
 public Int32DocValuesAnonymousInnerClassHelper(ReverseOrdFieldSource outerInstance, ReverseOrdFieldSource @this, int off, SortedDocValues sindex, int end)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.off           = off;
     this.sindex        = sindex;
     this.end           = end;
 }