C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
KeyValuePair(TKey, TValue) Structure
KeyValuePair(TKey, TValue) Properties
Key Property
Value Property
KeyValuePair
TKey
,
TValue
Key Property
Gets the key in the key/value pair.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
TKey
Key
{
get
; }
Return Value
Type:
TKey
A
TKey
that is the key of the
KeyValuePair
TKey, TValue
.
See Also
Reference
KeyValuePair
TKey, TValue
Structure
System.Collections.Generic Namespace