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> 内の値を格納しているコレクション。

実装

適用対象

こちらもご覧ください