Skip to content

T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection_Enumerator

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator Structure

Enumerates the elements of a TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection.

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

Syntax

C#

[SerializableAttribute]
public struct Enumerator : IEnumerator<TValue>, 
	IDisposable, IEnumerator

VB

<SerializableAttribute>
Public Structure Enumerator
	Implements IEnumerator(Of TValue), IDisposable, IEnumerator

C++

[SerializableAttribute]
public value class Enumerator : IEnumerator<TValue>, 
	IDisposable, IEnumerator

F#

[<SealedAttribute>]
[<SerializableAttribute>]
type Enumerator =  
    struct
        interface IEnumerator<'TValue>
        interface IDisposable
        interface IEnumerator
    end

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

Properties

 

Name Description
Public property Current Gets the element at the current position of the enumerator.
  Back to Top

Methods

 

Name Description
Public method Dispose Releases all resources used by the TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection.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 TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection.
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 property IEnumerator.Current Gets the element at the current position of the enumerator.
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

Ekstrand.Collections.Generic Namespace

Clone this wiki locally