Table of Contents

Struct PrepareHeaderForMatchArgs

Namespace
CsvHelper
Assembly
CsvHelper.dll

PrepareHeaderForMatch args.

public readonly struct PrepareHeaderForMatchArgs
Inherited Members

Constructors

PrepareHeaderForMatchArgs(string, int)

Creates a new instance of PrepareHeaderForMatchArgs.

public PrepareHeaderForMatchArgs(string header, int fieldIndex)

Parameters

header string

The header.

fieldIndex int

The field index.

Fields

FieldIndex

The field index.

public readonly int FieldIndex

Field Value

int

Header

The header.

public readonly string Header

Field Value

string