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
Syntaxpublic virtual void AddFields(
int numberOfFields
)
Public Overridable Sub AddFields (
numberOfFields As Integer
)
Parameters
- numberOfFields
- Type: SystemInt32
The number of fields to add
See Also