1 instantiation of Enumerator
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1709
public Enumerator GetEnumerator() =>
new
(_dictionary);
2 references to Enumerator
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1708
/// <returns>A <see cref="OrderedDictionary{TKey, TValue}.ValueCollection.
Enumerator
"/> for the <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</returns>
1709
public
Enumerator
GetEnumerator() => new(_dictionary);