Constructor KeyValue
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
KeyValue(TKey, TValue)
Initializes a new instance with the given key and value.
public KeyValue(TKey key, TValue value)
Parameters
keyTKeyThe key.
valueTValueThe value.