KeyValuePair<'TKey, 'TValue>.Key Property
.NET Framework (current version)
Gets the key in the key/value pair.
Assembly: mscorlib (in mscorlib.dll)
This property is read/only.
The following code example shows how to enumerate the keys and values in a dictionary, using the KeyValuePair<'TKey, 'TValue> structure.
This code is part of a larger example provided for the Dictionary<'TKey, 'TValue> class.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: