Skip to content

Commit

Permalink
Add skip lines
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Jan 12, 2019
2 parents 860fed7 + 4dbfd8f commit d4c4653
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Z.IO/System.IO.StreamReader/StreamReader.SkipLines.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
// More projects: http://www.zzzprojects.com/
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.

using System.IO;
using System.Linq;

public static partial class Extensions
{
/// <summary>
/// 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.
/// </summary>
/// <param name="this">The stream reader.</param>
/// <param name="skipCount">The number of lines to skip.</param>
Expand Down

0 comments on commit d4c4653

Please sign in to comment.