CsvClassBuilderAddFields Method (Int32) |
Adds to the class the specified number of fields.
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic override void AddFields(
int number
)
Public Overrides Sub AddFields (
number As Integer
)
Parameters
- number
- Type: SystemInt32
The number of fields to add.
See Also