Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_GetEnumerator

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).GetEnumerator Method

Returns an enumerator that iterates through the Dictionary<TKeyA,TKeyB,TValue>.

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

Syntax

C#

public IEnumerator<TwoKeyValueTriple<TKeyA, TKeyB, TValue>> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of TwoKeyValueTriple(Of TKeyA, TKeyB, TValue))

C++

public:
virtual IEnumerator<TwoKeyValueTriple<TKeyA, TKeyB, TValue>>^ GetEnumerator() sealed

F#

abstract GetEnumerator : unit -> IEnumerator<TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue>> 
override GetEnumerator : unit -> IEnumerator<TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue>> 

Return Value

Type: IEnumerator(TwoKeyValueTriple(TKeyA, TKeyB, TValue))
A TwoKeyValueTriple<TKeyA,TKeyB,TValue>. Enumerator structure for the Dictionary<TKeyA,TKeyB,TValue>.

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

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

Clone this wiki locally