KeyValuePair(K, V) method
Syntax
KeyValuePair
(
K
key
,
V
value
)
Parameters
key
– the
key
of the pair
value
– the
value
of the pair
Usage
Creates a key-value pair with the specified key and value.
Parent topic:
KeyValuePair< K, V > class
Created December 5, 2013.
To comment on this topic, go to:
DocCommentXchange
.