ConcurrentDictionary<TKey,TValue>.Values Vlastnost

Definice

Získá kolekci, která obsahuje hodnoty v 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)

Hodnota vlastnosti

ICollection<TValue>

Kolekce obsahující hodnoty v objektu Dictionary<TKey,TValue>.

Implementuje

Platí pro

Viz také