Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Util.ExtensionMethods.TextReaderWriterExtensions

Summary

Provides extension methods on the TextReader, TextWriter and any related types.

Static methods

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