using System.Linq; //use the linq library IEnumerable<int> enumerable = Enumerable.Range(1, 300); List<int> asList = enumerable.ToList();