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

Comentarios

La propiedad devuelve una copia de todos los valores. No se mantiene sincronizado con ConcurrentDictionary<TKey,TValue>.

Se aplica a

Consulte también