We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 860fed7 + 4dbfd8f commit d4c4653Copy full SHA for d4c4653
src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs
@@ -4,14 +4,12 @@
4
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5
// More projects: http://www.zzzprojects.com/
6
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
7
-
8
using System.IO;
9
-using System.Linq;
10
11
public static partial class Extensions
12
{
13
/// <summary>
14
- /// Skips the specified number of lines in a stream reader based on its current position.
+ /// Skips the specified number of lines in a stream reader based on its current position.
15
/// </summary>
16
/// <param name="this">The stream reader.</param>
17
/// <param name="skipCount">The number of lines to skip.</param>
0 commit comments