Click or drag to resize

FixedLengthClassBuilderSetFieldsLength Method

Set the length of each field at once.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void SetFieldsLength(
	params int[] lengths
)

Parameters

lengths
Type: SystemInt32
The length of each field, must be the same that the number of fields.
See Also