Click or drag to resize

CsvClassBuilderAddFields Method (Int32, String)

Adds to the class the specified number of fields.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void AddFields(
	int number,
	string prefix
)

Parameters

number
Type: SystemInt32
The number of fields to add.
prefix
Type: SystemString
The prefix used for the fields.
See Also