private void InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, ParallelMultiSearcher enclosingInstance) { this.results = results; this.start = start; this.enclosingInstance = enclosingInstance; }
public AnonymousClassHitCollector1(Monodoc.Lucene.Net.Search.HitCollector results, int start, ParallelMultiSearcher enclosingInstance) { InitBlock(results, start, enclosingInstance); }