TextFieldParser.IDisposable.Dispose 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放物件 TextFieldParser 所使用的資源。
virtual void System.IDisposable.Dispose() = IDisposable::Dispose;
void IDisposable.Dispose();
abstract member System.IDisposable.Dispose : unit -> unit
override this.System.IDisposable.Dispose : unit -> unit
Sub Dispose () Implements IDisposable.Dispose
實作
備註
此成員為明確介面成員實作。 它只能在實 TextFieldParser 例投射到 IDisposable 介面時使用。 建議的替代方案是直接打電話給 Dispose 方法。