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

Try_Constructor_Test0() private method

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