Dictionary<TKey,TValue>.KeyCollection.Enumerator.Dispose Method

Definition

Releases all resources used by the Dictionary<TKey,TValue>.KeyCollection.Enumerator.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Remarks

To be added

Applies to

See also