IConfiguration.

RegisterTypeHandler(ITypeHandlerPredicate, ITypeHandler4) Method

Summary

allows registering special TypeHandlers for customized marshalling and customized comparisons.

Syntax

void RegisterTypeHandler(ITypeHandlerPredicate predicate, ITypeHandler4 typeHandler)

Remarks

allows registering special TypeHandlers for customized marshalling and customized comparisons.

Parameters

Name Type Description
predicate ITypeHandlerPredicate to specify for which classes and versions the TypeHandler is to be used.
typeHandler ITypeHandler4 to be used for the classes that match the predicate.

Return Value

Type Description
void