共用方式為


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 傳回之相關聯索引鍵的順序相同。

適用於