Share via


ListDictionary<TKey, TValue>.IEnumerable<KeyValuePair<TKey, IList<TValue>>>.GetEnumerator Method

Namespace:  Microsoft.Practices.Prism
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

IEnumerator<KeyValuePair<TKey, IList<TValue>>> IEnumerable<KeyValuePair<TKey, IList<TValue>>>.GetEnumerator()
'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, IList(Of TValue)))
    Implements IEnumerable(Of KeyValuePair(Of TKey, IList(Of TValue))).GetEnumerator

Implements

IEnumerable<T>.GetEnumerator()

See Also

ListDictionary<TKey, TValue> Class

Microsoft.Practices.Prism Namespace