Table of Contents

Interface IMemberMapper

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

Defines methods to enable pluggable configuration of member mapping.

public interface IMemberMapper

Methods

ApplyTo(MemberMap)

Applies configuration to the given MemberMap.

void ApplyTo(MemberMap memberMap)

Parameters

memberMap MemberMap

The member map.