Skip to content

Commit d4c4653

Browse files
Add skip lines
2 parents 860fed7 + 4dbfd8f commit d4c4653

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
55
// More projects: http://www.zzzprojects.com/
66
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
7-
87
using System.IO;
9-
using System.Linq;
108

119
public static partial class Extensions
1210
{
1311
/// <summary>
14-
/// Skips the specified number of lines in a stream reader based on its current position.
12+
/// Skips the specified number of lines in a stream reader based on its current position.
1513
/// </summary>
1614
/// <param name="this">The stream reader.</param>
1715
/// <param name="skipCount">The number of lines to skip.</param>

0 commit comments

Comments
 (0)