Click or drag to resize

DelimitedClassBuilderAddFields Method

Adds n fields of type string, with the names "Field1", Field2", etc

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

Parameters

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