Table of Contents

Interface IHasNameIndex<TClass, TMember>

Namespace
CsvHelper.Configuration
Assembly
CsvHelper.dll

Has name index capabilities.

public interface IHasNameIndex<TClass, TMember> : IBuildableClass<TClass>

Type Parameters

TClass

The class type.

TMember

The member type.

Inherited Members

Methods

NameIndex(int)

When reading, is used to get the index of the name used when there are multiple names that are the same.

IHasNameIndexOptions<TClass, TMember> NameIndex(int index)

Parameters

index int

The index of the name.

Returns

IHasNameIndexOptions<TClass, TMember>