Saving from List<T> to txt
问题 I want my program to read from two text files into one List<T> . The List<T> is sorting and cleaning duplicates. I want the List<T> to save (after sorting and cleaning) to a txt file. But when I looked in the result txt file, I found this message: System.Collections.Generic.List`1[System.String] Does anyone have an idea how I could fix this error? Here is my code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace Uniqpass { class