Click or drag to resize

FieldArrayLengthAttribute Constructor (Int32)

Allow you to set the exact length that the target array field must have.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldArrayLengthAttribute(
	int length
)

Parameters

length
Type: SystemInt32
The exact length of the array field.
See Also