Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<string> ReadLines(this TextReader)

Declaration

public static IEnumerable<string> ReadLines(
    this TextReader reader
)

Summary

Enumerates all (remaining) lines from this text reader, reading lines only when needed, and hence compatible with potentially blocking or infinite streams.