Table of Contents

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

key TKey

The key.

value TValue

The value.