IgnoreFirstAttribute Constructor (Int32) |
Indicates the number of lines at beginning of the file to be ignored.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic IgnoreFirstAttribute(
int numberOfLines
)
Public Sub New (
numberOfLines As Integer
)
Parameters
- numberOfLines
- Type: SystemInt32
The number of lines to be ignored.
See Also