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