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

Try_Scan_TParamAttributeKeywords() private method

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