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
Syntaxpublic FieldArrayLengthAttribute(
int minLength,
int maxLength
)
Public Sub New (
minLength As Integer,
maxLength As Integer
)
Parameters
- minLength
- Type: SystemInt32
The lower bound - maxLength
- Type: SystemInt32
The upper bound
See Also