StreamReader.Null 字段

定义

空流周围的 StreamReader

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

字段值

注解

在 上 Null调用读取方法时,始终返回零。 在 上Null调用 时ReadLinenull返回 。

有关常见 I/O 任务的列表,请参阅 常见 I/O 任务

适用于

另请参阅