Click or drag to resize

IgnoreLastAttribute Constructor (Int32)

Indicates the number of lines at end of the file that will be ignored.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public IgnoreLastAttribute(
	int numberOfLines
)

Parameters

numberOfLines
Type: SystemInt32
The number of lines to be ignored at end of the file.
See Also