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

Try_ExprInParensAuto_Test0() private method

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