ConcurrentDictionary<TKey,TValue>.Values Egenskap

Definition

Hämtar en samling som innehåller värdena i 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)

Egenskapsvärde

ICollection<TValue>

En samling som innehåller värdena i Dictionary<TKey,TValue>.

Implementeringar

Kommentarer

Egenskapen returnerar en kopia av alla värden. Den är inte synkroniserad med ConcurrentDictionary<TKey,TValue>.

Gäller för

Se även