Lucene.Net.Search.TestCustomSearcherSort.RandomGen.InitBlock C# (CSharp) Method

InitBlock() private method

private InitBlock ( TestCustomSearcherSort enclosingInstance ) : void
enclosingInstance TestCustomSearcherSort
return void
			private void  InitBlock(TestCustomSearcherSort enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
				System.DateTime temp_calendar;
				temp_calendar = new System.DateTime(1980, 1, 1, 0, 0, 0, 0, new System.Globalization.GregorianCalendar());
				base_Renamed = temp_calendar;
			}
			private TestCustomSearcherSort enclosingInstance;
TestCustomSearcherSort.RandomGen