1 instantiation of KeyCollection
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
255
public KeyCollection Keys => field ??=
new
(this);
5 references to KeyCollection
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
255
public
KeyCollection
Keys => field ??= new(this);
1585
/// <summary>Returns an enumerator that iterates through the <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
"/>.</summary>
1586
/// <returns>A <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
.Enumerator"/> for the <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
"/>.</returns>
1633
/// <summary>Enumerates the elements of a <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
"/>.</summary>