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> インターフェイスにキャストされている場合にのみ使用できます。

適用対象