FrozenDictionary<TKey,TValue>.Values 属性

定义

获取包含字典中的值的集合。

public:
 property System::Collections::Immutable::ImmutableArray<TValue> Values { System::Collections::Immutable::ImmutableArray<TValue> get(); };
public System.Collections.Immutable.ImmutableArray<TValue> Values { get; }
member this.Values : System.Collections.Immutable.ImmutableArray<'Value>
Public ReadOnly Property Values As ImmutableArray(Of TValue)

属性值

ImmutableArray<TValue>

注解

字典中值的顺序未指定,但与 属性返回 Keys 的关联键的顺序相同。

适用于