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

Try_Scan_NormalAttributes() private method

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