Loyc.Ecs.Parser.EcsParser.Try_Constructor_Test2 C# (CSharp) Method

Try_Constructor_Test2() private method

private Try_Constructor_Test2 ( int lookaheadAmt ) : bool
lookaheadAmt int
return bool
		private bool Try_Constructor_Test2(int lookaheadAmt) {
			using (new SavePosition(this, lookaheadAmt))
				return Constructor_Test2();
		}
		private bool Constructor_Test2()
EcsParser