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