NameIndex(int) Method
When reading, is used to get the index of the name used when there are multiple names that are the same.
Namespace
CsvHelper.Configuration
Containing Type
ParameterMap

Syntax

public virtual ParameterMap NameIndex(int index)

Parameters

Name Type Description
index int The index of the name.

Return Value

Type Description
ParameterMap