Lucene.Net.Index.TestIndexWriterReader.DeleteThreads.AnonymousClassThread2.InitBlock C# (CSharp) Method

InitBlock() private method

private InitBlock ( DeleteThreads enclosingInstance ) : void
enclosingInstance DeleteThreads
return void
				private void  InitBlock(DeleteThreads enclosingInstance)
				{
					this.enclosingInstance = enclosingInstance;
				}
				private DeleteThreads enclosingInstance;
TestIndexWriterReader.DeleteThreads.AnonymousClassThread2