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