ConcurrentDictionary<TKey,TValue>.Values 屬性

定義

取得集合,其中包含 Dictionary<TKey,TValue> 中的值。

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

屬性值

ICollection<TValue>

包含 Dictionary<TKey,TValue> 中之值的集合。

實作

適用於

另請參閱