KeyValuePairK, V Constructor |
Initializes a new instance of the KeyValuePair struct with key and value
Namespace:
SavegamePro
Assembly:
SavegameProDLL (in SavegameProDLL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic KeyValuePair(
K key,
V value
)
Parameters
- key
- Type: K
- value
- Type: V
See Also