TextReader.Null Field

Definition

Provides a TextReader with no data to read from.

public: static initonly System::IO::TextReader ^ Null;
public static readonly System.IO.TextReader Null;
 staticval mutable Null : System.IO.TextReader
Public Shared ReadOnly Null As TextReader 

Field Value

Remarks

Reading from the Null text reader is similar to reading from the end of a stream:

Applies to

See also