Interface IClassMapper
- Namespace
- CsvHelper.Configuration.Attributes
- Assembly
- CsvHelper.dll
Defines methods to enable pluggable configuration.
public interface IClassMapper
Methods
ApplyTo(CsvConfiguration)
Applies configuration.
void ApplyTo(CsvConfiguration configuration)
Parameters
configuration
CsvConfigurationThe configuration to apply to.