IgnoreBlankLinesAttribute Class
A value indicating whether blank lines should be ignored when reading.
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["IgnoreBlankLinesAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class IgnoreBlankLinesAttribute : Attribute, IClassMapper

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
IgnoreBlankLinesAttribute(bool) A value indicating whether blank lines should be ignored when reading.

Properties

Name Property Type Summary
IgnoreBlankLines bool
Gets a value indicating whether blank lines should be ignored when reading.

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.