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

适用于