ConcurrentDictionary<TKey,TValue>.Values Properti

Definisi

Mendapatkan koleksi yang berisi nilai dalam 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)

Nilai Properti

ICollection<TValue>

Koleksi yang berisi nilai dalam Dictionary<TKey,TValue>.

Penerapan

Berlaku untuk

Lihat juga