Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public IEnumerator<KeyValuePair<ValueTuple<TKey1, TKey2>, TValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of ValueTuple(Of TKey1, TKey2), TValue))

Return Value

A [IEnumerator{T}] that can be used to iterate through the collection.