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
IHasNameIndex<TClass, TMember>

Syntax

IHasNameIndexOptions<TClass, TMember> NameIndex(int index)

Parameters

Name Type Description
index int The index of the name.

Return Value

Type Description
IHasNameIndexOptions<TClass, TMember>