Table of Contents

Class InvalidHeader

Namespace
CsvHelper
Assembly
CsvHelper.dll

Invalid header information.

public class InvalidHeader
Inheritance
InvalidHeader
Inherited Members

Constructors

InvalidHeader()

public InvalidHeader()

Properties

Index

Header name index maped to a CSV field that couldn't be found.

public int Index { get; set; }

Property Value

int

Names

Header names mapped to a CSV field that couldn't be found.

public List<string> Names { get; set; }

Property Value

List<string>