List<string> myListOfStrings = new List<string>(); myListofStrings.AddRange(???)
var myListOfStrings = listOfArrays.Select(a => a[1]).ToList();