Click or drag to resize

FieldArrayLengthAttribute Class

Allows you to set the length or bounds that the target array field must have.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldArrayLengthAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldArrayLengthAttribute : Attribute

The FieldArrayLengthAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldArrayLengthAttribute(Int32)
Allow you to set the exact length that the target array field must have.
Public methodFieldArrayLengthAttribute(Int32, Int32)
Allows you to set the bounds that the target array field must have.
Top
Properties
  NameDescription
Public propertyMaxLength
Array upper bound.
Public propertyMinLength
Array lower bound.
Top
See Also