Creates a
Delegate
of type Action<T>
that will write the given record using the current writer row.
- Namespace
- CsvHelper
.Expressions - Containing Type
- Primitive
Record Writer - Overridden
- CreateWriteDelegate
<T> (Type)
Syntax
protected override Action<T> CreateWriteDelegate<T>(Type type)
Type Parameters
Name | Description |
---|---|
T | The record type. |
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type for the record. |
Return Value
Type | Description |
---|---|
Action |