1 instantiation of KeyCollection
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
261
public KeyCollection Keys => _keys ??=
new
(this);
6 references to KeyCollection
System.Collections (6)
System\Collections\Generic\OrderedDictionary.cs (6)
57
private
KeyCollection
? _keys;
261
public
KeyCollection
Keys => _keys ??= new(this);
1582
/// <summary>Returns an enumerator that iterates through the <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
"/>.</summary>
1583
/// <returns>A <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
.Enumerator"/> for the <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
"/>.</returns>
1630
/// <summary>Enumerates the elements of a <see cref="OrderedDictionary{TKey, TValue}.
KeyCollection
"/>.</summary>