KeyValuePair<TKey, TValue>.Key Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the key in the key/value pair.
Assembly: mscorlib (in mscorlib.dll)
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.
Show: