Click or drag to resize

FixedLengthClassBuilderFieldByIndex Method

Return the field at the specified index.

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

Parameters

index
Type: SystemInt32
The index of the field.

Return Value

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