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