IList<string> mList = new List<string>(); mList.Add("2222"); mList.Add("zxc"); foreach (string s in mList) { Console.WriteLine(s); }