ConcurrentDictionary<TKey,TValue>.Values Proprietà

Definizione

Ottiene una raccolta contenente i valori presenti in 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)

Valore della proprietà

ICollection<TValue>

Raccolta contenente i valori presenti in Dictionary<TKey,TValue>.

Implementazioni

Si applica a

Vedi anche