Del via


AdditionalPropertiesDictionary<TValue>.IEnumerable<KeyValuePair<String,TValue>>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to