var list = new List<int>(array);
var intArray = new[] { 1, 2, 3, 4, 5 }; var list = new List<int>(intArray);