Exemplo n.º 1
0
 public Int64DocValuesAnonymousClass(TotalTermFreqValueSource @this, long ttf)
     : base(@this)
 {
     this.ttf = ttf;
 }
Exemplo n.º 2
0
 public Int64DocValuesAnonymousInnerClassHelper(TotalTermFreqValueSource outerInstance, TotalTermFreqValueSource @this, long ttf)
     : base(@this)
 {
     this.outerInstance = outerInstance;
     this.ttf           = ttf;
 }