ReadOnlyDictionary<TKey,TValue>.ValueCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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)

Returns

IEnumerator<TValue>

An enumerator that can be used to iterate through the collection.

Implements

Applies to