ConcurrentDictionary<TKey,TValue>.Values Propiedad

Definición

Obtiene una colección que contiene los valores de 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)

Valor de propiedad

ICollection<TValue>

Colección que contiene los valores de Dictionary<TKey,TValue>.

Implementaciones

Se aplica a

Consulte también