| DelimitedClassBuilderAddField Method (String) | 
 Add a new Delimited string field to the current class.
 
    Namespace: 
   FileHelpers.Dynamic
    Assembly:
   FileHelpers (in FileHelpers.dll) Version: 3.2.6
 Syntax
Syntaxpublic virtual DelimitedFieldBuilder AddField(
	string fieldName
)
Public Overridable Function AddField ( 
	fieldName As String
) As DelimitedFieldBuilder
Parameters
- fieldName
- Type: SystemString
 The Name of the string field.
Return Value
Type: 
DelimitedFieldBuilderThe just created field.
 See Also
See Also