Table of Contents

Interface IParameterReferenceMapper

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

Defines methods to enable pluggable configuration of parameter reference mapping.

public interface IParameterReferenceMapper

Methods

ApplyTo(ParameterReferenceMap)

Applies configuration to the given ParameterReferenceMap.

void ApplyTo(ParameterReferenceMap referenceMap)

Parameters

referenceMap ParameterReferenceMap

The reference map.