CreateConstructorArgumentExpressionsForMapping(ClassMap, List<Expression>) Method
Creates the constructor arguments used to create a type.
Namespace
CsvHelper.Expressions
Containing Type
ExpressionManager

Syntax

public virtual void CreateConstructorArgumentExpressionsForMapping(ClassMap map, List<Expression> argumentExpressions)

Parameters

Name Type Description
map ClassMap The mapping to create the arguments for.
argumentExpressions List<Expression> The arguments that will be added to the mapping.