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
Fields
FieldIndex
The field index.
public readonly int FieldIndex
Field Value
Header
The header.
public readonly string Header