CreateWriteDelegate<T>(Type) Method
Creates a Delegate of type Action<T> that will write the given record using the current writer row.
Namespace
CsvHelper.Expressions
Containing Type
RecordWriter

Syntax

protected abstract Action<T> CreateWriteDelegate<T>(Type recordType)

Type Parameters

Name Description
T

Parameters

Name Type Description
recordType Type The type of the record.

Return Value

Type Description
Action<T>