Skip to content

Methods_T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Enumerator

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

Enumerator Methods

The TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator type exposes the following members.

Methods

 

Name Description
Public method Dispose Releases all resources used by the TwoKeyDictionary<TKeyA,TKeyB,TValue>.Enumerator.
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method MoveNext Advances the enumerator to the next element of the Dictionary<TKeyA,TKeyB,TValue>.
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

Explicit Interface Implementations

 

Name Description
Explicit interface implementationPrivate method IEnumerator.Reset Sets the enumerator to its initial position, which is before the first element in the collection.
  Back to Top

See Also

Reference

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

Clone this wiki locally