StreamReader.Null 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
空資料流周圍的 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叫用 read 方法時,一律會傳回零。 在 上Null叫用 時ReadLine,null
會傳回 。
如需一般 I/O 工作的清單,請參閱 一般 I/O 工作。