Skip to content

M_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyACollection_GetEnumerator

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.GetEnumerator Method

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

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

Syntax

C#

public TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator GetEnumerator()

VB

Public Function GetEnumerator As TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator

C++

public:
TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator GetEnumerator()

F#

member GetEnumerator : unit -> TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator 

Return Value

Type: TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator
A Dictionary<TKeyA,TKeyB,TValue>.KeyACollection.Enumerator for the Dictionary<TKeyA,TKeyB,TValue>.KeyACollection.

See Also

Reference

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

Clone this wiki locally