When the string[], _lineParts is added to the List, all I see in the List is \"System.String[]\" What needs to be done to see the actually string[] values in the list.
Use List.AddRange instead of List.Add
List.Add