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
Syntaxpublic FieldArrayLengthAttribute(
int length
)
Public Sub New (
length As Integer
)
Parameters
- length
- Type: SystemInt32
The exact length of the array field.
See Also