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

定義

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

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

戻り値

OrderedDictionary<TKey,TValue>.KeyCollectionOrderedDictionary<TKey,TValue>.KeyCollection.Enumerator

適用対象