The code example reads a file line by line. string line = String.Empty; while ((line = streamReader.ReadLine()) != null) { Console.WriteLine( ...
確定! 回上一頁