ConcurrentDictionary<TKey,TValue>.Values Propriedade

Definição

Obtém uma coleção que contém os valores no 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 da propriedade

ICollection<TValue>

Uma coleção que contém os valores na Dictionary<TKey,TValue>.

Implementações

Comentários

A propriedade retorna uma cópia de todos os valores. Ele não é mantido em sincronia com ConcurrentDictionary<TKey,TValue>.

Aplica-se a

Confira também