Click or drag to resize

DelimitedClassBuilderFieldByIndex Method

Return the field at the specified index.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public DelimitedFieldBuilder FieldByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index of the field.

Return Value

Type: DelimitedFieldBuilder
The field at the specified index.
See Also