Table of Contents

Struct GetDelimiterArgs

Namespace
CsvHelper.Delegates
Assembly
CsvHelper.dll

GetDelimiter args.

public readonly struct GetDelimiterArgs
Inherited Members

Constructors

GetDelimiterArgs(string, IParserConfiguration)

Creates an instance of GetDelimiterArgs.

public GetDelimiterArgs(string text, IParserConfiguration configuration)

Parameters

text string

The text to resolve the delimiter from.

configuration IParserConfiguration

The configuration.

Fields

Configuration

The configuration.

public readonly IParserConfiguration Configuration

Field Value

IParserConfiguration

Text

The text to resolve the delimiter from.

public readonly string Text

Field Value

string