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

定義

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

public:
 System::Collections::Generic::OrderedDictionary<TKey, TValue>::Enumerator GetEnumerator();
public System.Collections.Generic.OrderedDictionary<TKey,TValue>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Generic.OrderedDictionary<'Key, 'Value>.Enumerator
Public Function GetEnumerator () As OrderedDictionary(Of TKey, TValue).Enumerator

戻り値

OrderedDictionary<TKey,TValue>OrderedDictionary<TKey,TValue>.Enumerator 構造体。

適用対象