 | RawComparerTCreateDeserializingComparer Method |
Creates a deserializing comparer using the specified
IComparerT.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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 IComparerT
- The comparer.
Return Value
IRawComparerTA comparer that deserializes in order to compare if the type.
See Also