Partager via


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

Definition

 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<TKey, System::Collections::Generic::List<TValue> ^>> ^ System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<TKey, System::Collections::Generic::List<TValue> ^>>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>> IEnumerable<KeyValuePair<TKey,List<TValue>>>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<'Key, System.Collections.Generic.List<'Value>>>
override this.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<'Key, System.Collections.Generic.List<'Value>>>
Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of TKey, List(Of TValue))) Implements IEnumerable(Of KeyValuePair(Of TKey, List(Of TValue))).GetEnumerator

Returns

IEnumerator<KeyValuePair<TKey,List<TValue>>>

Implements

Applies to