Shortest way to create a List of a repeated element July 13, 2023 by Tarik Try the following var l = Enumerable.Repeat('x',5).ToList();