Click or drag to resize

PairRawComparerTKey, TValue Constructor (IRawComparerTKey)

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public PairRawComparer(
	IRawComparer<TKey> comparer
)

Parameters

comparer
Type: Ookii.Jumbo.IOIRawComparerTKey
The key comparer.
See Also