MakeRecordCreator(Type) Method
Creates a record creator for the given record type.
Namespace
CsvHelper.Expressions
Containing Type
RecordCreatorFactory

Syntax

public virtual RecordCreator MakeRecordCreator(Type recordType)

Parameters

Name Type Description
recordType Type The record type.

Return Value

Type Description
RecordCreator