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