Lucene.Net.Search.TestThreadSafe.Thr.Thr C# (CSharp) Method

Thr() public method

public Thr ( TestThreadSafe enclosingInstance, int iter, System rand ) : System
enclosingInstance TestThreadSafe
iter int
rand System
return System
			public Thr(TestThreadSafe enclosingInstance, int iter, System.Random rand)
			{
				InitBlock(enclosingInstance);
				this.iter = iter;
				this.rand = rand;
			}