Lucene.Net.Search.TestCustomSearcherSort.CustomSearcher.InitBlock C# (CSharp) 메소드

InitBlock() 개인적인 메소드

private InitBlock ( TestCustomSearcherSort enclosingInstance ) : void
enclosingInstance TestCustomSearcherSort
리턴 void
			private void  InitBlock(TestCustomSearcherSort enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
			private TestCustomSearcherSort enclosingInstance;
TestCustomSearcherSort.CustomSearcher