1 instantiation of ValueCollection
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
273
public ValueCollection Values => _values ??=
new
(this);
6 references to ValueCollection
System.Collections (6)
System\Collections\Generic\OrderedDictionary.cs (6)
59
private
ValueCollection
? _values;
273
public
ValueCollection
Values => _values ??= new(this);
1707
/// <summary>Returns an enumerator that iterates through the <see cref="OrderedDictionary{TKey, TValue}.
ValueCollection
"/>.</summary>
1708
/// <returns>A <see cref="OrderedDictionary{TKey, TValue}.
ValueCollection
.Enumerator"/> for the <see cref="OrderedDictionary{TKey, TValue}.
ValueCollection
"/>.</returns>
1874
/// <summary>Enumerates the elements of a <see cref="OrderedDictionary{TKey, TValue}.
ValueCollection
"/>.</summary>