ReadOnlyMultiValueDictionary<(Of <(<'TKey, 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<TKey, ReadOnlyCollection<TValue>>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, ReadOnlyCollection(Of TValue)))

Return Value

An enumerator that can be used to iterate through the collection.