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

ExprInParensAuto_Test0() private method

private ExprInParensAuto_Test0 ( ) : bool
return bool
		private bool ExprInParensAuto_Test0()
		{
			if (!Scan_ExprInParens(true))
				return false;
			if (!TryMatch((int) TT.LambdaArrow, (int) TT.Set))
				return false;
			return true;
		}
		static readonly HashSet<int> AtomOrTypeParamExpr_Test0_set0 = NewSet((int) TT.ContextualKeyword, (int) TT.Id);
EcsParser