Class ParameterTypeHandler
A class which contains methods to configure the used type handlers while parsing Interpolated arguments.
Namespace: Venflow
Assembly: Venflow.dll
Syntax
public static class ParameterTypeHandler : object
Methods
| Improve this Doc View SourceAddTypeHandler(Type, IParameterTypeHandler)
Adds a type handler.
Declaration
public static void AddTypeHandler(Type type, IParameterTypeHandler typeHandler)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type to which the type handler should be mapped. |
IParameterTypeHandler | typeHandler | The type handler. |