ConcurrentDictionary<TKey,TValue>.Values Özellik

Tanım

içindeki Dictionary<TKey,TValue>değerleri içeren bir koleksiyon alır.

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)

Özellik Değeri

ICollection<TValue>

içindeki Dictionary<TKey,TValue>değerleri içeren bir koleksiyon.

Uygulamalar

Şunlara uygulanır

Ayrıca bkz.