FrozenDictionary<TKey,TValue>.Values Property

Definition

Gets a collection containing the values in the dictionary.

C#
public System.Collections.Immutable.ImmutableArray<TValue> Values { get; }

Property Value

ImmutableArray<TValue>

Remarks

The order of the values in the dictionary is unspecified, but it is the same order as the associated keys returned by the Keys property.

Applies to

Продукт Версії
.NET 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)