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

Constructor_Test1() private method

private Constructor_Test1 ( ) : bool
return bool
		private bool Constructor_Test1()
		{
			if (!TryMatch((int) TT.LParen))
				return false;
			if (!TryMatch((int) TT.RParen))
				return false;
			if (!TryMatch((int) TT.LBrace, (int) TT.Semicolon))
				return false;
			return true;
		}
	
EcsParser