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

Try_Constructor_Test1() private method

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