static void Main(string[] args) { Locks.DoStuff(Enumerable.Range(0, 10000).Select(e => 9999 - e).ToList()); }