| 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
)
Public Sub New (
comparer As IRawComparer(Of TKey)
)
public:
PairRawComparer(
IRawComparer<TKey>^ comparer
)
new :
comparer : IRawComparer<'TKey> -> PairRawComparer
Parameters
- comparer
- Type: Ookii.Jumbo.IOIRawComparerTKey
The key comparer.
See Also