References(Type, MemberInfo, object[]) Method
Maps a member to another class map.
Namespace
CsvHelper.Configuration
Containing Type
ClassMap

Syntax

public virtual MemberReferenceMap References(Type classMapType, MemberInfo member, params object[] constructorArgs)

Parameters

Name Type Description
classMapType Type The type of the class map.
member MemberInfo The member.
constructorArgs object[] Constructor arguments used to create the reference map.

Return Value

Type Description
MemberReferenceMap The reference mapping for the member.