File.ReadLines. This C# method reads lines on demand. We use it in a foreach-loop, looping over each line as a string. It can result in clean, simple code.
確定! 回上一頁