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

Constructor_Test2() private method

private Constructor_Test2 ( ) : bool
return bool
		private bool Constructor_Test2()
		{
			if (!TryMatch((int) TT.LParen))
				return false;
			if (!TryMatch((int) TT.RParen))
				return false;
			if (!TryMatch((int) TT.Colon))
				return false;
			return true;
		}
	
EcsParser