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
Syntaxpublic void AddFields(
int number,
string prefix
)
Public Sub AddFields (
number As Integer,
prefix As String
)
Parameters
- number
- Type: SystemInt32
The number of fields to add. - prefix
- Type: SystemString
The prefix used for the fields.
See Also