ConcurrentDictionary<TKey, TValue>::Keys Property

.NET Framework (current version)
 

Gets a collection containing the keys in the System.Collections.Generic::Dictionary<TKey, TValue>.

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

public:
property ICollection<TKey>^ Keys {
	virtual ICollection<TKey>^ get() sealed;
}

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: