Click or drag to resize

PairTKey, TValue Constructor (TKey, TValue)

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public Pair(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key of the key/value pair.
value
Type: TValue
The value of the key/value pair.
See Also