ReadOnlyDictionary<TKey,TValue>.ValueCollection.GetEnumerator 方法
定义
返回一个循环访问集合的枚举器。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)
返回
- IEnumerator<TValue>
用于循环访问集合的枚举数。An enumerator that can be used to iterate through the collection.