DelimitedClassBuilderFieldByIndex Method |
Return the field at the specified index.
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic DelimitedFieldBuilder FieldByIndex(
int index
)
Public Function FieldByIndex (
index As Integer
) As DelimitedFieldBuilder
Parameters
- index
- Type: SystemInt32
The index of the field.
Return Value
Type:
DelimitedFieldBuilderThe field at the specified index.
See Also