ReadOnlyDictionary<TKey,TValue>.GetEnumerator メソッド

定義

ReadOnlyDictionary<TKey,TValue> を反復処理する列挙子を返します。

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

戻り値

IEnumerator<KeyValuePair<TKey,TValue>>

コレクションの反復処理に使用できる列挙子。

実装

適用対象