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 no Dictionary<TKey,TValue>.

Implementações

Aplica-se a

Confira também