Lucene.Net.Search.PhraseQuery.PhraseWeight.InitBlock C# (CSharp) Method

InitBlock() private method

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