| RawComparerTCreateDeserializingComparer Method |
Creates a deserializing comparer using the specified
IComparerT.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static IRawComparer<T> CreateDeserializingComparer(
IComparer<T> comparer
)
Public Shared Function CreateDeserializingComparer (
comparer As IComparer(Of T)
) As IRawComparer(Of T)
public:
static IRawComparer<T>^ CreateDeserializingComparer(
IComparer<T>^ comparer
)
static member CreateDeserializingComparer :
comparer : IComparer<'T> -> IRawComparer<'T>
Parameters
- comparer
- Type: System.Collections.GenericIComparerT
The comparer.
Return Value
Type:
IRawComparerTA comparer that deserializes in order to compare if the type.
See Also