Creates a new record writer for the given record.
- Namespace
- CsvHelper
.Expressions - Containing Type
- RecordWriterFactory
Syntax
public virtual RecordWriter MakeRecordWriter(Type recordType)
Parameters
Name | Type | Description |
---|---|---|
recordType | Type | The type of the record. |
Return Value
Type | Description |
---|---|
RecordWriter |