Lucene.Net.Search.MultiPhraseQuery.MultiPhraseWeight.InitBlock C# (CSharp) Method

InitBlock() private method

private InitBlock ( MultiPhraseQuery enclosingInstance ) : void
enclosingInstance MultiPhraseQuery
return void
			private void  InitBlock(MultiPhraseQuery enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
			private MultiPhraseQuery enclosingInstance;