Click or drag to resize

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
Syntax
public IgnoreFirstAttribute(
	int numberOfLines
)

Parameters

numberOfLines
Type: SystemInt32
The number of lines to be ignored.
See Also