示例#1
0
 public Int64DocValuesAnonymousClass(TotalTermFreqValueSource @this, long ttf)
     : base(@this)
 {
     this.ttf = ttf;
 }
 public Int64DocValuesAnonymousInnerClassHelper(TotalTermFreqValueSource outerInstance, TotalTermFreqValueSource @this, long ttf)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.ttf           = ttf;
 }
 public LongDocValuesAnonymousInnerClassHelper(TotalTermFreqValueSource outerInstance, TotalTermFreqValueSource @this, long ttf)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.ttf = ttf;
 }