ConcurrentDictionary<TKey, TValue>::IReadOnlyDictionary<TKey, TValue>::Values Property

.NET Framework (current version)
 

Gets a collection that contains the values in the System.Collections.Generic::Dictionary<TKey, TValue>.

Namespace:   System.Collections.Concurrent
Assembly:  mscorlib (in mscorlib.dll)

private:
property IEnumerable<TValue>^ Values {
	virtual IEnumerable<TValue>^ get() sealed = IReadOnlyDictionary<TKey, TValue>::Values::get;
}

Property Value

Type: System.Collections.Generic::IEnumerable<TValue>^

A collection that contains the values in the System.Collections.Generic::Dictionary<TKey, TValue>.

This member is an explicit interface member implementation. It can be used only when the ConcurrentDictionary<TKey, TValue> instance is cast to an IReadOnlyDictionary<TKey, TValue> interface.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Return to top
Show: