Click or drag to resize

IgnoreFirstAttribute Class

Indicates the number of lines at beginning of the file to be ignored.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersIgnoreFirstAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class IgnoreFirstAttribute : Attribute

The IgnoreFirstAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIgnoreFirstAttribute
Indicates that the first line of the file is ignored.
Public methodIgnoreFirstAttribute(Int32)
Indicates the number of lines at beginning of the file to be ignored.
Top
Properties
  NameDescription
Public propertyNumberOfLines
The number of lines at beginning of the file to be ignored.
Top
Remarks
Useful to ignore header records that you are not interested in.

See the complete attributes list for more information and examples of each one.

See Also