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

Constructor_Test0() private method

private Constructor_Test0 ( ) : bool
return bool
		private bool Constructor_Test0()
		{
			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