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
ExpandoObjectRecordWriter
Overridden
CreateWriteDelegate<T>(Type)

Syntax

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

Type Parameters

Name Description
T The record type.

Parameters

Name Type Description
recordType Type The record.

Return Value

Type Description
Action<T>