コード例 #1
0
 public ThreadAnonymousInnerClassHelper(TestDirectoryTaxonomyWriter outerInstance, int range, AtomicInteger numCats, ConcurrentDictionary <string, string> values, Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyWriter tw)
 {
     this.outerInstance = outerInstance;
     this.range         = range;
     this.numCats       = numCats;
     this.values        = values;
     this.tw            = tw;
 }
コード例 #2
0
 public ThreadAnonymousInnerClassHelper(TestDirectoryTaxonomyWriter outerInstance, int range, AtomicInteger numCats, ConcurrentDictionary<string, string> values, Lucene.Net.Facet.Taxonomy.Directory.DirectoryTaxonomyWriter tw)
 {
     this.outerInstance = outerInstance;
     this.range = range;
     this.numCats = numCats;
     this.values = values;
     this.tw = tw;
 }