KeyValuePair2K, V Constructor (K, V) |
Initializes a new instance of KeyValuePair2.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public KeyValuePair2(
K key,
V value
)
Parameters
- key
- Type: K
- value
- Type: V
See Also