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