Lucene.Net.QueryParsers.TestQueryParser.AnonymousClassQueryParser.InitBlock C# (CSharp) Method

InitBlock() private method

private InitBlock ( int type, TestQueryParser enclosingInstance ) : void
type int
enclosingInstance TestQueryParser
return void
			private void  InitBlock(int[] type, TestQueryParser enclosingInstance)
			{
				this.type = type;
				this.enclosingInstance = enclosingInstance;
			}
			private int[] type;