Interface IParameterMapper
- Namespace
- CsvHelper.Configuration.Attributes
- Assembly
- CsvHelper.dll
Defines methods to enable pluggable configuration of parameter mapping.
public interface IParameterMapper
Methods
ApplyTo(ParameterMap)
Applies configuration to the given ParameterMap.
void ApplyTo(ParameterMap parameterMap)
Parameters
parameterMap
ParameterMapThe parameter map.