Наследование: Lucene.Net.Util.LocalizedTestCase
Пример #1
0
			internal AnonymousClassQueryParser(int[] type, TestQueryParser enclosingInstance, System.String Param1, Lucene.Net.Analysis.Analyzer Param2):base(Param1, Param2)
			{
				InitBlock(type, enclosingInstance);
			}
Пример #2
0
			private void  InitBlock(int[] type, TestQueryParser enclosingInstance)
			{
				this.type = type;
				this.enclosingInstance = enclosingInstance;
			}