Table of Contents

Struct MissingFieldFoundArgs

Namespace
CsvHelper
Assembly
CsvHelper.dll

MissingFieldFound args.

public readonly struct MissingFieldFoundArgs
Inherited Members

Constructors

MissingFieldFoundArgs(string[]?, int, CsvContext)

Creates a new instance of MissingFieldFoundArgs.

public MissingFieldFoundArgs(string[]? headerNames, int index, CsvContext context)

Parameters

headerNames string[]

The header names.

index int

The index.

context CsvContext

The context.

Fields

Context

The context.

public readonly CsvContext Context

Field Value

CsvContext

HeaderNames

The header names.

public readonly string[]? HeaderNames

Field Value

string[]

Index

The index.

public readonly int Index

Field Value

int