ConcurrentDictionary<TKey,TValue>.Values Właściwość

Definicja

Pobiera kolekcję zawierającą wartości w obiekcie 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)

Wartość właściwości

ICollection<TValue>

Kolekcja zawierająca wartości w elemecie Dictionary<TKey,TValue>.

Implementuje

Dotyczy

Zobacz też