ConcurrentDictionary<TKey,TValue>.Values Propriété

Définition

Obtient une collection qui contient les valeurs 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)

Valeur de propriété

ICollection<TValue>

Collection qui contient les valeurs de Dictionary<TKey,TValue>.

Implémente

S’applique à

Voir aussi