AdditionalPropertiesDictionary<TValue>.IEnumerable<KeyValuePair<String,TValue>>.GetEnumerator 方法

定义

返回循环访问集合的枚举器。

 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

返回

可用于循环访问集合的枚举器。

实现

适用于