CreateWriteDelegate<T>(T) 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 virtual Action<T> CreateWriteDelegate<T>(T record)

Type Parameters

Name Description
T The record type.

Parameters

Name Type Description
record T The record.

Return Value

Type Description
Action<T>