Inheritance: Lucene.Net.Util.LuceneTestCase
			private void  InitBlock(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
			{
				this.random = random;
				this.percentDocs = percentDocs;
				this.ts = ts;
				this.maxTF = maxTF;
				this.enclosingInstance = enclosingInstance;
			}
 public AnalyzerAnonymousInnerClassHelper(TestTermdocPerf outerInstance, Random random, string val, int maxTF, float percentDocs)
 {
     this.OuterInstance = outerInstance;
     this.Random        = random;
     this.Val           = val;
     this.MaxTF         = maxTF;
     this.PercentDocs   = percentDocs;
 }
			public AnonymousClassAnalyzer(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
			{
				InitBlock(random, percentDocs, ts, maxTF, enclosingInstance);
			}
 private void  InitBlock(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
 {
     this.random            = random;
     this.percentDocs       = percentDocs;
     this.ts                = ts;
     this.maxTF             = maxTF;
     this.enclosingInstance = enclosingInstance;
 }
 public AnonymousClassAnalyzer(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
 {
     InitBlock(random, percentDocs, ts, maxTF, enclosingInstance);
 }
 public AnalyzerAnonymousInnerClassHelper(TestTermdocPerf outerInstance, Random random, string val, int maxTF, float percentDocs)
 {
     this.OuterInstance = outerInstance;
     this.Random = random;
     this.Val = val;
     this.MaxTF = maxTF;
     this.PercentDocs = percentDocs;
 }