DynamicRecordWriter(CsvWriter) Constructor
Initializes a new instance using the given writer.
Namespace
CsvHelper.Expressions
Containing Type
DynamicRecordWriter

Syntax

public DynamicRecordWriter(CsvWriter writer)

Parameters

Name Type Description
writer CsvWriter The writer.