ReadOnlyDictionary<TKey,TValue>.KeyCollection.GetEnumerator Метод

Определение

Возвращает перечислитель, выполняющий перебор элементов в коллекции.

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

Возвращаемое значение

IEnumerator<TKey>

Перечислитель, который можно использовать для итерации по коллекции.

Реализации

Применяется к