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

Try_Scan_TParams() private method

private Try_Scan_TParams ( int lookaheadAmt, bool declContext ) : bool
lookaheadAmt int
declContext bool
return bool
		bool Try_Scan_TParams(int lookaheadAmt, bool declContext) {
			using (new SavePosition(this, lookaheadAmt))
				return Scan_TParams(declContext);
		}
		bool Scan_TParams(bool declContext)
EcsParser