Click or drag to resize

FieldArrayLengthAttribute Constructor (Int32, Int32)

Allows you to set the bounds that the target array field must have.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldArrayLengthAttribute(
	int minLength,
	int maxLength
)

Parameters

minLength
Type: SystemInt32
The lower bound
maxLength
Type: SystemInt32
The upper bound
See Also