Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyACollection_Enumerator_Dispose

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator.Dispose Method

Releases all resources used by the TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection.Enumerator.

Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void Dispose()

VB

Public Sub Dispose

C++

public:
virtual void Dispose() sealed

F#

abstract Dispose : unit -> unit 
override Dispose : unit -> unit 

Implements

IDisposable.Dispose()

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator Structure
Ekstrand.Collections.Generic Namespace

Clone this wiki locally