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
Value Property
Gets the value in the key/value pair.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
TValue
Value
{
get
; }
Return Value
Type:
TValue
A
TValue
that is the value of the
KeyValuePair
TKey, TValue
.
See Also
Reference
KeyValuePair
TKey, TValue
Structure
System.Collections.Generic Namespace