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

Try_HasNoSemicolons() private method

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