TextReader.Close 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關閉 TextReader 並釋放任何與 TextReader
關聯的系統資源。
public:
virtual void Close();
public virtual void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
Public Overridable Sub Close ()
備註
這個實作會 Close
呼叫 方法, TextReader.Dispose(Boolean) 並傳遞值 true
。
注意
在衍生類別中,請勿覆寫 Close 方法。 相反地,請覆寫 TextReader.Dispose(Boolean) 方法來新增程式代碼以釋放資源。