RecordWriterFactory Class
Factory to create record writers.
Namespace
CsvHelper.Expressions
Base Types
  • object
graph BT Type-->Base0["object"] Type["RecordWriterFactory"] class Type type-node

Syntax

public class RecordWriterFactory

Constructors

Name Summary
RecordWriterFactory(CsvWriter) Initializes a new instance using the given writer.

Methods

Name Return Value Summary
MakeRecordWriter(Type) RecordWriter
Creates a new record writer for the given record.