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

Определение

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

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

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

IEnumerator<TValue>

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

Реализации

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