var dnf= new List<string>() { "Dot", "Net", "Funda" };foreach (string name in dnf){ Console.WriteLine(name);}
Login to post response