共用方式為


OrderedDictionary<TKey,TValue>.Enumerator.IDisposable.Dispose 方法

定義

執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

 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

實作

備註

這個成員是明確的介面成員實作。 只有當 <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> 實例轉換成 <xref:System.IDisposable> 介面時,才能使用它。

適用於