Adding string array (string[]) to List<string> c# · You're not adding _lineParts to the list, you're adding _lineParts.ToString() to the list.
確定! 回上一頁