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>.

Реализации

Применяется к

См. также раздел