Lucene.Net.QueryParsers.TestQueryParser.AnonymousClassQueryParser.InitBlock C# (CSharp) 메소드

InitBlock() 개인적인 메소드

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