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