Click or drag to resize

CsvClassBuilderAddFields Method (Int32)

Adds to the class the specified number of fields.

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

Parameters

number
Type: SystemInt32
The number of fields to add.
See Also