Table of Contents

Struct ValidateArgs

Namespace
CsvHelper
Assembly
CsvHelper.dll

Validate args.

public readonly struct ValidateArgs
Inherited Members

Constructors

ValidateArgs(string, IReaderRow)

Creates a new instance of ValidateArgs.

public ValidateArgs(string field, IReaderRow row)

Parameters

field string

The field.

row IReaderRow

The row.

Fields

Field

The field.

public readonly string Field

Field Value

string

Row

The row.

public readonly IReaderRow Row

Field Value

IReaderRow