List<int> mylang = new List<int>(); mylang.Add(myReader.GetInt32(0)); // Add a range of items string[] authors = { "Mike Gold", "Don Box", "Sundar Lal", "Neel Beniwal" }; AuthorList.AddRange(authors);