List<Action> actions = new List<Action>();
for(int count=0; count<10; count++)
{
actions.Add(() => Console.WriteLine(count));
}
foreach(var action in actions)
{
action();
}
Продвижение своими сайтами как стратегия роста и независимости