List<string> games = new List<string>() { "Doom", "Tetris", "City of Heroes" }
List<string> mylist = new List<string>(new string[] { "element1", "element2", "element3" });