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>内の値を含むコレクション。

実装

注釈

このプロパティは、すべての値のコピーを返します。 ConcurrentDictionary<TKey,TValue>と同期されません。

適用対象

こちらもご覧ください